#FCCECA

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

Shades of Cosmos #FCCECA

Tints of Cosmos #FCCECA

Color information

#FCCECA (or 0xFCCECA) is unknown color: approx Cosmos. HEX triplet: FC, CE and CA. RGB value is (252,206,202). Sum of RGB (Red+Green+Blue) = 252+206+202=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECA is #033135. Grayscale: #DBDBDB. Windows color (decimal): -209206 or 13291260. OLE color: 13291260.

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

Color convert

RGB252206202-
CMYK00.180.200.01
HSL4.8º89.29%89.02%-
HSV(B)4.8º19.84%98.82%-
XYZ72.8869.165.37-
YUV219.3118.24151.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=38.18%
G=31.21%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220620200.180.200.014.889.2989.02
HexFCCECA01214155959
Octal3743163120222415131131
Binary11111100110011101100101001001010100110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCECA; }

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

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

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

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

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

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

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

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