#FCCFCD

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

Shades of Cosmos #FCCFCD

Tints of Cosmos #FCCFCD

Color information

#FCCFCD (or 0xFCCFCD) is unknown color: approx Cosmos. HEX triplet: FC, CF and CD. RGB value is (252,207,205). Sum of RGB (Red+Green+Blue) = 252+207+205=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFCD is #033032. Grayscale: #DCDCDC. Windows color (decimal): -208947 or 13488124. OLE color: 13488124.

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

Color convert

RGB252207205-
CMYK00.180.190.01
HSL2.55º88.68%89.61%-
HSV(B)2.55º18.65%98.82%-
XYZ73.4869.7367.34-
YUV220.23119.41150.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=37.95%
G=31.17%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220720500.180.190.012.5588.6889.61
HexFCCFCD0121313595a
Octal3743173150222313131132
Binary1111110011001111110011010100101001111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFCD; }

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

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

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

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

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

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

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

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