#FED2D2

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

Shades of Cosmos #FED2D2

Tints of Cosmos #FED2D2

Color information

#FED2D2 (or 0xFED2D2) is unknown color: approx Cosmos. HEX triplet: FE, D2 and D2. RGB value is (254,210,210). Sum of RGB (Red+Green+Blue) = 254+210+210=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2D2 is #012D2D. Grayscale: #DFDFDF. Windows color (decimal): -77102 or 13816574. OLE color: 13816574.

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

Color convert

RGB254210210-
CMYK00.170.170.00
HSL95.65%90.98%-
HSV(B)17.32%99.61%-
XYZ75.5571.8270.85-
YUV223.16120.58150-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 210 (82.42% from 255) = 31.16%
BLUE value IS 210 (82.42% from 255) = 31.16%
R=37.69%
G=31.16%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421021000.170.170.00095.6590.98
HexFED2D20111100605b
Octal3763223220212100140133
Binary111111101101001011010010010001100010011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2D2; }

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

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

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

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

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

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

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

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