#FCCECC

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

Shades of Cosmos #FCCECC

Tints of Cosmos #FCCECC

Color information

#FCCECC (or 0xFCCECC) is unknown color: approx Cosmos. HEX triplet: FC, CE and CC. RGB value is (252,206,204). Sum of RGB (Red+Green+Blue) = 252+206+204=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECC is #033133. Grayscale: #DBDBDB. Windows color (decimal): -209204 or 13422332. OLE color: 13422332.

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

Color convert

RGB252206204-
CMYK00.180.190.01
HSL2.5º88.89%89.41%-
HSV(B)2.5º19.05%98.82%-
XYZ73.1269.266.63-
YUV219.53119.24151.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=38.07%
G=31.12%
B=30.82%

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
Decimal25220620400.180.190.012.588.8989.41
HexFCCECC01213135959
Octal3743163140222313131131
Binary1111110011001110110011000100101001111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCECC; }

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

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

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

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

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

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

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

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