Color Hex Logo

#fdcbf7 Color Hex

#FDCBF7
(253,203,247)
0 Favorites   0 Comments

Color spaces of #fdcbf7

RGB 253203247
HSL0.850.930.89
HSV307°20°99°
CMYK 0.000.200.02   0.01
XYZ78.652470.309997.4214
Yxy70.30990.31920.2854
Hunter Lab83.851020.6941-10.1898
CIE-Lab87.148624.8134-14.8781

#fdcbf7 color RGB value is (253,203,247).

#fdcbf7 hex color red value is 253, green value is 203 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fdcbf7 hue: 0.85 , saturation: 0.93 and the lightness value of fdcbf7 is 0.89.

The process color (four color CMYK) of #fdcbf7 color hex is 0.00, 0.20, 0.02, 0.01. Web safe color of #fdcbf7 is #ffccff. Color #fdcbf7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11110111
Octal 375 313 367
Decimal 253 203 247
Hex FD CB F7

RGB Percentages of Color #fdcbf7

%35.99
%28.88
%35.14

CMYK Percentages of Color #fdcbf7

%0
%20
%2
%1

Triadic Colors of #fdcbf7

#fdcbf7 #f7fdcb #cbf7fd

Analogous Colors of #fdcbf7

#fdcbf7 #fdcbde #eacbfd

Monochromatic Colors of #fdcbf7

#fdcbf7

Complementary Color

#fdcbf7 #cbfdd1

#fdcbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbf7 Color CSS Codes

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

#fdcbf7 Text Font Color

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

This sample text font color is #fdcbf7
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.


#fdcbf7 Background Color

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

This div background color is #fdcbf7


#fdcbf7 Border Color

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

This div border color is #fdcbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbf7

Related Colors


Comments

No comments written yet.

Please login to write comment.