#FED7D7

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

Shades of Cosmos #FED7D7

Tints of Cosmos #FED7D7

Color information

#FED7D7 (or 0xFED7D7) is unknown color: approx Cosmos. HEX triplet: FE, D7 and D7. RGB value is (254,215,215). Sum of RGB (Red+Green+Blue) = 254+215+215=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7D7 is #012828. Grayscale: #E2E2E2. Windows color (decimal): -75817 or 14145534. OLE color: 14145534.

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

Color convert

RGB254215215-
CMYK00.150.150.00
HSL95.12%91.96%-
HSV(B)15.35%99.61%-
XYZ77.4474.5874.6-
YUV226.66121.42147.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 215 (84.38% from 255) = 31.43%
R=37.13%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421521500.150.150.00095.1291.96
HexFED7D70FF005f5c
Octal3763273270171700137134
Binary1111111011010111110101110111111110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7D7; }

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

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

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

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

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

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

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

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