#FED8D4

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

Shades of Cosmos #FED8D4

Tints of Cosmos #FED8D4

Color information

#FED8D4 (or 0xFED8D4) is unknown color: approx Cosmos. HEX triplet: FE, D8 and D4. RGB value is (254,216,212). Sum of RGB (Red+Green+Blue) = 254+216+212=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8D4 is #01272B. Grayscale: #E2E2E2. Windows color (decimal): -75564 or 13949182. OLE color: 13949182.

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

Color convert

RGB254216212-
CMYK00.150.170.00
HSL5.71º95.45%91.37%-
HSV(B)5.71º16.54%99.61%-
XYZ77.3174.9472.68-
YUV226.91119.59147.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 216 (84.77% from 255) = 31.67%
BLUE value IS 212 (83.20% from 255) = 31.09%
R=37.24%
G=31.67%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421621200.150.170.005.7195.4591.37
HexFED8D40F11065f5b
Octal3763303240172106137133
Binary1111111011011000110101000111110001011010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8D4; }

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

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

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

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

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

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

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

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