#FED2C9

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

Shades of Cosmos #FED2C9

Tints of Cosmos #FED2C9

Color information

#FED2C9 (or 0xFED2C9) is unknown color: approx Cosmos. HEX triplet: FE, D2 and C9. RGB value is (254,210,201). Sum of RGB (Red+Green+Blue) = 254+210+201=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2C9 is #012D36. Grayscale: #DEDEDE. Windows color (decimal): -77111 or 13226750. OLE color: 13226750.

HSL color Cylindrical-coordinate representation of color #FED2C9: hue angle of 10.19º 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 #FED2C9 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB254210201-
CMYK00.170.210.00
HSL10.19º96.36%89.22%-
HSV(B)10.19º20.87%99.61%-
XYZ74.4671.3865.11-
YUV222.13116.08150.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 210 (82.42% from 255) = 31.58%
BLUE value IS 201 (78.91% from 255) = 30.23%
R=38.20%
G=31.58%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421020100.170.210.0010.1996.3689.22
HexFED2C9011150a6059
Octal37632231102125012140131
Binary111111101101001011001001010001101010101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2C9; }

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

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

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

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

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

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

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

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