#FCCECB

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

Shades of Cosmos #FCCECB

Tints of Cosmos #FCCECB

Color information

#FCCECB (or 0xFCCECB) is unknown color: approx Cosmos. HEX triplet: FC, CE and CB. RGB value is (252,206,203). Sum of RGB (Red+Green+Blue) = 252+206+203=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECB is #033134. Grayscale: #DBDBDB. Windows color (decimal): -209205 or 13356796. OLE color: 13356796.

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

Color convert

RGB252206203-
CMYK00.180.190.01
HSL3.67º89.09%89.22%-
HSV(B)3.67º19.44%98.82%-
XYZ7369.1566-
YUV219.41118.74151.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=38.12%
G=31.16%
B=30.71%

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
Decimal25220620300.180.190.013.6789.0989.22
HexFCCECB01213145959
Octal3743163130222314131131
Binary11111100110011101100101101001010011110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCECB; }

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

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

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

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

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

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

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

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