#FED6D2

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

Shades of Cosmos #FED6D2

Tints of Cosmos #FED6D2

Color information

#FED6D2 (or 0xFED6D2) is unknown color: approx Cosmos. HEX triplet: FE, D6 and D2. RGB value is (254,214,210). Sum of RGB (Red+Green+Blue) = 254+214+210=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 210 (82.42% from 255 or 30.97% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6D2 is #01292D. Grayscale: #E1E1E1. Windows color (decimal): -76078 or 13817598. OLE color: 13817598.

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

Color convert

RGB254214210-
CMYK00.160.170.00
HSL5.45º95.65%90.98%-
HSV(B)5.45º17.32%99.61%-
XYZ76.5573.8271.19-
YUV225.5119.25148.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 214 (83.98% from 255) = 31.56%
BLUE value IS 210 (82.42% from 255) = 30.97%
R=37.46%
G=31.56%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421421000.160.170.005.4595.6590.98
HexFED6D20101105605b
Octal3763263220202105140133
Binary11111110110101101101001001000010001010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6D2; }

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

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

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

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

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

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

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

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