#FECEC9

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

Shades of Cosmos #FECEC9

Tints of Cosmos #FECEC9

Color information

#FECEC9 (or 0xFECEC9) is unknown color: approx Cosmos. HEX triplet: FE, CE and C9. RGB value is (254,206,201). Sum of RGB (Red+Green+Blue) = 254+206+201=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEC9 is #013136. Grayscale: #DBDBDB. Windows color (decimal): -78135 or 13225726. OLE color: 13225726.

HSL color Cylindrical-coordinate representation of color #FECEC9: hue angle of 5.66º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FECEC9 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB254206201-
CMYK00.190.210.00
HSL5.66º96.36%89.22%-
HSV(B)5.66º20.87%99.61%-
XYZ73.4969.4364.79-
YUV219.78117.4152.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 201 (78.91% from 255) = 30.41%
R=38.43%
G=31.16%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420620100.190.210.005.6696.3689.22
HexFECEC901315066059
Octal3763163110232506140131
Binary11111110110011101100100101001110101011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEC9; }

 p { color: rgb(254,206,201); }

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

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

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

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

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

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

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