Color Hex Logo

#f7cfeb Color Hex

#F7CFEB
(247,207,235)
0 Favorites   0 Comments

Color spaces of #f7cfeb

RGB 247207235
HSL0.880.710.89
HSV318°16°97°
CMYK 0.000.160.05   0.03
XYZ75.666070.398088.1974
Yxy70.39800.32300.3005
Hunter Lab83.903514.1440-3.5918
CIE-Lab87.191718.6097-8.5188

#f7cfeb color RGB value is (247,207,235).

#f7cfeb hex color red value is 247, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f7cfeb hue: 0.88 , saturation: 0.71 and the lightness value of f7cfeb is 0.89.

The process color (four color CMYK) of #f7cfeb color hex is 0.00, 0.16, 0.05, 0.03. Web safe color of #f7cfeb is #ffccff. Color #f7cfeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001111 11101011
Octal 367 317 353
Decimal 247 207 235
Hex F7 CF EB

RGB Percentages of Color #f7cfeb

%35.85
%30.04
%34.11

CMYK Percentages of Color #f7cfeb

%0
%16
%5
%3

Triadic Colors of #f7cfeb

#f7cfeb #ebf7cf #cfebf7

Analogous Colors of #f7cfeb

#f7cfeb #f7cfd7 #efcff7

Monochromatic Colors of #f7cfeb

#f7cfeb

Complementary Color

#f7cfeb #cff7db

#f7cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cfeb Color CSS Codes

.mybgcolor {background-color:#f7cfeb; } 
.myforecolor {color:#f7cfeb; }
.mybordercolor {border:3px solid #f7cfeb; }

#f7cfeb Text Font Color

<p style="color:#f7cfeb">Text here</p>

This sample text font color is #f7cfeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f7cfeb Background Color

<div style="background-color:#f7cfeb">
Div content here</div>

This div background color is #f7cfeb


#f7cfeb Border Color

<div style="border:3px solid #f7cfeb">
Div here</div>

This div border color is #f7cfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,207,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7cfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7cfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #f7cfeb;
  box-shadow:         1px 1px 3px 2px #f7cfeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,207,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f7cfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f7cfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #f7cfeb;
  box-shadow:         1px 1px 3px 2px #f7cfeb;">
Div content here</div>

This div box has shadow with color #f7cfeb


Comments

No comments written yet.

Please login to write comment.