#FCCCCB

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

Shades of Cosmos #FCCCCB

Tints of Cosmos #FCCCCB

Color information

#FCCCCB (or 0xFCCCCB) is unknown color: approx Cosmos. HEX triplet: FC, CC and CB. RGB value is (252,204,203). Sum of RGB (Red+Green+Blue) = 252+204+203=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCCB is #033334. Grayscale: #DADADA. Windows color (decimal): -209717 or 13356284. OLE color: 13356284.

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

Color convert

RGB252204203-
CMYK00.190.190.01
HSL1.22º89.09%89.22%-
HSV(B)1.22º19.44%98.82%-
XYZ72.5268.1965.84-
YUV218.24119.4152.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=38.24%
G=30.96%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220420300.190.190.011.2289.0989.22
HexFCCCCB01313115959
Octal3743143130232311131131
Binary111111001100110011001011010011100111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCCB; }

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

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

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

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

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

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

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

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