#FED2D0

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

Shades of Cosmos #FED2D0

Tints of Cosmos #FED2D0

Color information

#FED2D0 (or 0xFED2D0) is unknown color: approx Cosmos. HEX triplet: FE, D2 and D0. RGB value is (254,210,208). Sum of RGB (Red+Green+Blue) = 254+210+208=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2D0 is #012D2F. Grayscale: #DEDEDE. Windows color (decimal): -77104 or 13685502. OLE color: 13685502.

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

Color convert

RGB254210208-
CMYK00.170.180.00
HSL2.61º95.83%90.59%-
HSV(B)2.61º18.11%99.61%-
XYZ75.371.7269.55-
YUV222.93119.58150.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 210 (82.42% from 255) = 31.25%
BLUE value IS 208 (81.64% from 255) = 30.95%
R=37.80%
G=31.25%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421020800.170.180.002.6195.8390.59
HexFED2D00111203605b
Octal3763223200212203140133
Binary1111111011010010110100000100011001001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2D0; }

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

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

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

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

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

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

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

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