#FCD2CC

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

Shades of Cosmos #FCD2CC

Tints of Cosmos #FCD2CC

Color information

#FCD2CC (or 0xFCD2CC) is unknown color: approx Cosmos. HEX triplet: FC, D2 and CC. RGB value is (252,210,204). Sum of RGB (Red+Green+Blue) = 252+210+204=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2CC is #032D33. Grayscale: #DDDDDD. Windows color (decimal): -208180 or 13423356. OLE color: 13423356.

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

Color convert

RGB252210204-
CMYK00.170.190.01
HSL7.5º88.89%89.41%-
HSV(B)7.5º19.05%98.82%-
XYZ74.0971.1566.95-
YUV221.87117.91149.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=37.84%
G=31.53%
B=30.63%

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
Decimal25221020400.170.190.017.588.8989.41
HexFCD2CC01113185959
Octal37432231402123110131131
Binary111111001101001011001100010001100111100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2CC; }

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

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

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

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

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

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

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

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