Shades of Cosmos #FED7D5
Tints of Cosmos #FED7D5
RGB
CMYK
RGB Variations
Color information
#FED7D5 (or 0xFED7D5) is known color: Cosmos. HEX triplet: FE, D7 and D5. RGB value is (254,215,213). Sum of RGB (Red+Green+Blue) = 254+215+213=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7D5 is #01282A. Grayscale: #E2E2E2. Windows color (decimal): -75819 or 14014462. OLE color: 14014462.
HSL color Cylindrical-coordinate representation of color #FED7D5: hue angle of 2.93º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED7D5 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 215 | 213 | - |
CMYK | 0 | 0.15 | 0.16 | 0.00 |
HSL | 2.93º | 0.95% | 0.92% | - |
HSV(B) | 2.93º | 0.16% | 1% | - |
XYZ | 77.18 | 74.48 | 73.26 | - |
YUV | 226.43 | 120.42 | 147.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 215 | 213 | 0 | 0.15 | 0.16 | 0.00 | 2.93 | 0.95 | 0.92 |
Hex | FE | D7 | D5 | 0 | F | 10 | 0 | 3 | 5F | 5C |
Octal | 376 | 327 | 325 | 0 | 17 | 20 | 0 | 3 | 137 | 134 |
Binary | 11111110 | 11010111 | 11010101 | 0 | 1111 | 10000 | 0 | 11 | 1011111 | 1011100 |
Color Harmonies of #FED7D5
Complementary color
Monochromatic Colors of #FED7D5
Black with #FED7D5
Text Example
Text Example
White with #FED7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7D5; }
p { color: rgb(254,215,213); }
H1.HeaderClassName
{
color: #FED7D5;
}
.AnyTagClassName
{
color: #FED7D5;
}
</style>
background-color css
<style>
a { background-color: #FED7D5; }
a { background-color: rgb(254,215,213); }
div.DivClassName
{
background-color: #FED7D5;
}
.BgClassName
{
background-color: #FED7D5;
}
</style>
border-color css
<style>
span { border-color: #FED7D5; }
span { border-color: rgb(254,215,213); }
td.TdClassName
{
border-color: #FED7D5;
}
.TagClassName
{
border-color: #FED7D5;
}
</style>