#FCD1CC

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

Shades of Cosmos #FCD1CC

Tints of Cosmos #FCD1CC

Color information

#FCD1CC (or 0xFCD1CC) is unknown color: approx Cosmos. HEX triplet: FC, D1 and CC. RGB value is (252,209,204). Sum of RGB (Red+Green+Blue) = 252+209+204=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1CC is #032E33. Grayscale: #DDDDDD. Windows color (decimal): -208436 or 13423100. OLE color: 13423100.

HSL color Cylindrical-coordinate representation of color #FCD1CC: hue angle of 6.25º 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 #FCD1CC is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252209204-
CMYK00.170.190.01
HSL6.25º88.89%89.41%-
HSV(B)6.25º19.05%98.82%-
XYZ73.8470.6666.87-
YUV221.29118.25149.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 209 (82.03% from 255) = 31.43%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=37.89%
G=31.43%
B=30.68%

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
Decimal25220920400.170.190.016.2588.8989.41
HexFCD1CC01113165959
Octal3743213140212316131131
Binary11111100110100011100110001000110011111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1CC; }

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

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

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

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

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

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

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

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