#FED9D8

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

Shades of Cosmos #FED9D8

Tints of Cosmos #FED9D8

Color information

#FED9D8 (or 0xFED9D8) is unknown color: approx Cosmos. HEX triplet: FE, D9 and D8. RGB value is (254,217,216). Sum of RGB (Red+Green+Blue) = 254+217+216=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9D8 is #012627. Grayscale: #E3E3E3. Windows color (decimal): -75304 or 14211582. OLE color: 14211582.

HSL color Cylindrical-coordinate representation of color #FED9D8: hue angle of 1.58º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9D8 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254217216-
CMYK00.150.150.00
HSL1.58º95%92.16%-
HSV(B)1.58º14.96%99.61%-
XYZ78.0875.6575.45-
YUV227.95121.26146.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 217 (85.16% from 255) = 31.59%
BLUE value IS 216 (84.77% from 255) = 31.44%
R=36.97%
G=31.59%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421721600.150.150.001.589592.16
HexFED9D80FF025f5c
Octal3763313300171702137134
Binary11111110110110011101100001111111101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9D8; }

 p { color: rgb(254,217,216); }

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

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

 a { background-color: rgb(254,217,216); }

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

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

 span { border-color: rgb(254,217,216); }

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