#FED3D2

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

Shades of Cosmos #FED3D2

Tints of Cosmos #FED3D2

Color information

#FED3D2 (or 0xFED3D2) is unknown color: approx Cosmos. HEX triplet: FE, D3 and D2. RGB value is (254,211,210). Sum of RGB (Red+Green+Blue) = 254+211+210=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3D2 is #012C2D. Grayscale: #DFDFDF. Windows color (decimal): -76846 or 13816830. OLE color: 13816830.

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

Color convert

RGB254211210-
CMYK00.170.170.00
HSL1.36º95.65%90.98%-
HSV(B)1.36º17.32%99.61%-
XYZ75.872.3170.94-
YUV223.74120.25149.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 210 (82.42% from 255) = 31.11%
R=37.63%
G=31.26%
B=31.11%

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
Decimal25421121000.170.170.001.3695.6590.98
HexFED3D20111101605b
Octal3763233220212101140133
Binary111111101101001111010010010001100010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3D2; }

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

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

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

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

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

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

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

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