#FCD1CB

Color #FCD1CB Cosmos (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmos #FCD1CB

Tints of Cosmos #FCD1CB

Color information

#FCD1CB (or 0xFCD1CB) is unknown color: approx Cosmos. HEX triplet: FC, D1 and CB. RGB value is (252,209,203). Sum of RGB (Red+Green+Blue) = 252+209+203=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1CB is #032E34. Grayscale: #DDDDDD. Windows color (decimal): -208437 or 13357564. OLE color: 13357564.

HSL color Cylindrical-coordinate representation of color #FCD1CB: hue angle of 7.35º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCD1CB is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252209203-
CMYK00.170.190.01
HSL7.35º89.09%89.22%-
HSV(B)7.35º19.44%98.82%-
XYZ73.7270.6166.24-
YUV221.17117.75149.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 209 (82.03% from 255) = 31.48%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=37.95%
G=31.48%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220920300.170.190.017.3589.0989.22
HexFCD1CB01113175959
Octal3743213130212317131131
Binary11111100110100011100101101000110011111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1CB; }

 p { color: rgb(252,209,203); }

 H1.HeaderClassName
 {
   color: #FCD1CB;
 }
 .AnyTagClassName
 {
   color: #FCD1CB;
 }
</style>
background-color css

<style>
 a { background-color: #FCD1CB; }

 a { background-color: rgb(252,209,203); }

 div.DivClassName
 {
   background-color: #FCD1CB;
 }
 .BgClassName
 {
   background-color: #FCD1CB;
 }
</style>
border-color css

<style>
 span { border-color: #FCD1CB; }

 span { border-color: rgb(252,209,203); }

 td.TdClassName
 {
   border-color: #FCD1CB;
 }
 .TagClassName
 {
   border-color: #FCD1CB;
 }
</style>