Shades of Cosmos #FED7D4
Tints of Cosmos #FED7D4
RGB
CMYK
RGB Variations
Color information
#FED7D4 (or 0xFED7D4) is known color: Cosmos. HEX triplet: FE, D7 and D4. RGB value is (254,215,212). Sum of RGB (Red+Green+Blue) = 254+215+212=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7D4 is #01282B. Grayscale: #E2E2E2. Windows color (decimal): -75820 or 13948926. OLE color: 13948926.
HSL color Cylindrical-coordinate representation of color #FED7D4: hue angle of 4.29º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED7D4 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 215 | 212 | - |
CMYK | 0 | 0.15 | 0.17 | 0.00 |
HSL | 4.29º | 0.95% | 0.91% | - |
HSV(B) | 4.29º | 0.17% | 1% | - |
XYZ | 77.06 | 74.43 | 72.59 | - |
YUV | 226.32 | 119.92 | 147.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 215 | 212 | 0 | 0.15 | 0.17 | 0.00 | 4.29 | 0.95 | 0.91 |
Hex | FE | D7 | D4 | 0 | F | 11 | 0 | 4 | 5F | 5B |
Octal | 376 | 327 | 324 | 0 | 17 | 21 | 0 | 4 | 137 | 133 |
Binary | 11111110 | 11010111 | 11010100 | 0 | 1111 | 10001 | 0 | 100 | 1011111 | 1011011 |
Color Harmonies of #FED7D4
Complementary color
Monochromatic Colors of #FED7D4
Black with #FED7D4
Text Example
Text Example
White with #FED7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7D4; }
p { color: rgb(254,215,212); }
H1.HeaderClassName
{
color: #FED7D4;
}
.AnyTagClassName
{
color: #FED7D4;
}
</style>
background-color css
<style>
a { background-color: #FED7D4; }
a { background-color: rgb(254,215,212); }
div.DivClassName
{
background-color: #FED7D4;
}
.BgClassName
{
background-color: #FED7D4;
}
</style>
border-color css
<style>
span { border-color: #FED7D4; }
span { border-color: rgb(254,215,212); }
td.TdClassName
{
border-color: #FED7D4;
}
.TagClassName
{
border-color: #FED7D4;
}
</style>