Shades of Cosmos #FED7CF
Tints of Cosmos #FED7CF
RGB
CMYK
RGB Variations
Color information
#FED7CF (or 0xFED7CF) is known color: Cosmos. HEX triplet: FE, D7 and CF. RGB value is (254,215,207). Sum of RGB (Red+Green+Blue) = 254+215+207=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7CF is #012830. Grayscale: #E1E1E1. Windows color (decimal): -75825 or 13621246. OLE color: 13621246.
HSL color Cylindrical-coordinate representation of color #FED7CF: hue angle of 10.21º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FED7CF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 207 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.00 |
| HSL | 10.21º | 0.96% | 0.9% | - |
| HSV(B) | 10.21º | 0.19% | 1% | - |
| XYZ | 76.44 | 74.18 | 69.32 | - |
| YUV | 225.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 207 | 0 | 0.15 | 0.19 | 0.00 | 10.21 | 0.96 | 0.9 |
| Hex | FE | D7 | CF | 0 | F | 13 | 0 | A | 60 | 5A |
| Octal | 376 | 327 | 317 | 0 | 17 | 23 | 0 | 12 | 140 | 132 |
| Binary | 11111110 | 11010111 | 11001111 | 0 | 1111 | 10011 | 0 | 1010 | 1100000 | 1011010 |
Color Harmonies of #FED7CF
Complementary color
Monochromatic Colors of #FED7CF
Black with #FED7CF
Text Example
Text Example
White with #FED7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7CF; }
p { color: rgb(254,215,207); }
H1.HeaderClassName
{
color: #FED7CF;
}
.AnyTagClassName
{
color: #FED7CF;
}
</style>
background-color css
<style>
a { background-color: #FED7CF; }
a { background-color: rgb(254,215,207); }
div.DivClassName
{
background-color: #FED7CF;
}
.BgClassName
{
background-color: #FED7CF;
}
</style>
border-color css
<style>
span { border-color: #FED7CF; }
span { border-color: rgb(254,215,207); }
td.TdClassName
{
border-color: #FED7CF;
}
.TagClassName
{
border-color: #FED7CF;
}
</style>