#FCD1CF

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

Shades of Cosmos #FCD1CF

Tints of Cosmos #FCD1CF

Color information

#FCD1CF (or 0xFCD1CF) is unknown color: approx Cosmos. HEX triplet: FC, D1 and CF. RGB value is (252,209,207). Sum of RGB (Red+Green+Blue) = 252+209+207=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1CF is #032E30. Grayscale: #DDDDDD. Windows color (decimal): -208433 or 13619708. OLE color: 13619708.

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

Color convert

RGB252209207-
CMYK00.170.180.01
HSL2.67º88.24%90%-
HSV(B)2.67º17.86%98.82%-
XYZ74.2170.868.79-
YUV221.63119.75149.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 207 (81.25% from 255) = 30.99%
R=37.72%
G=31.29%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220920700.170.180.012.6788.2490
HexFCD1CF0111213585a
Octal3743213170212213130132
Binary1111110011010001110011110100011001011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1CF; }

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

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

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

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

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

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

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

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