#FED7D2

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

Shades of Cosmos #FED7D2

Tints of Cosmos #FED7D2

Color information

#FED7D2 (or 0xFED7D2) is unknown color: approx Cosmos. HEX triplet: FE, D7 and D2. RGB value is (254,215,210). Sum of RGB (Red+Green+Blue) = 254+215+210=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7D2 is #01282D. Grayscale: #E2E2E2. Windows color (decimal): -75822 or 13817854. OLE color: 13817854.

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

Color convert

RGB254215210-
CMYK00.150.170.00
HSL6.82º95.65%90.98%-
HSV(B)6.82º17.32%99.61%-
XYZ76.8174.3271.27-
YUV226.09118.92147.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 215 (84.38% from 255) = 31.66%
BLUE value IS 210 (82.42% from 255) = 30.93%
R=37.41%
G=31.66%
B=30.93%

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
Decimal25421521000.150.170.006.8295.6590.98
HexFED7D20F1107605b
Octal3763273220172107140133
Binary1111111011010111110100100111110001011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7D2; }

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

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

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

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

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

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

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

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