#FCCECE

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

Shades of Cosmos #FCCECE

Tints of Cosmos #FCCECE

Color information

#FCCECE (or 0xFCCECE) is unknown color: approx Cosmos. HEX triplet: FC, CE and CE. RGB value is (252,206,206). Sum of RGB (Red+Green+Blue) = 252+206+206=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECE is #033131. Grayscale: #DBDBDB. Windows color (decimal): -209202 or 13553404. OLE color: 13553404.

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

Color convert

RGB252206206-
CMYK00.180.180.01
HSL88.46%89.8%-
HSV(B)18.25%98.82%-
XYZ73.3669.2967.9-
YUV219.75120.24151-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 206 (80.86% from 255) = 31.02%
R=37.95%
G=31.02%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220620600.180.180.01088.4689.8
HexFCCECE0121210585a
Octal3743163160222210130132
Binary111111001100111011001110010010100101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCECE; }

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

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

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

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

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

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

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

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