Shades of Cosmos #FED6CF
Tints of Cosmos #FED6CF
RGB
CMYK
RGB Variations
Color information
#FED6CF (or 0xFED6CF) is known color: Cosmos. HEX triplet: FE, D6 and CF. RGB value is (254,214,207). Sum of RGB (Red+Green+Blue) = 254+214+207=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CF is #012930. Grayscale: #E1E1E1. Windows color (decimal): -76081 or 13620990. OLE color: 13620990.
HSL color Cylindrical-coordinate representation of color #FED6CF: hue angle of 8.94º 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 #FED6CF is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 207 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.00 |
| HSL | 8.94º | 0.96% | 0.9% | - |
| HSV(B) | 8.94º | 0.19% | 1% | - |
| XYZ | 76.18 | 73.67 | 69.24 | - |
| YUV | 225.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 207 | 0 | 0.16 | 0.19 | 0.00 | 8.94 | 0.96 | 0.9 |
| Hex | FE | D6 | CF | 0 | 10 | 13 | 0 | 9 | 60 | 5A |
| Octal | 376 | 326 | 317 | 0 | 20 | 23 | 0 | 11 | 140 | 132 |
| Binary | 11111110 | 11010110 | 11001111 | 0 | 10000 | 10011 | 0 | 1001 | 1100000 | 1011010 |
Color Harmonies of #FED6CF
Complementary color
Monochromatic Colors of #FED6CF
Black with #FED6CF
Text Example
Text Example
White with #FED6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6CF; }
p { color: rgb(254,214,207); }
H1.HeaderClassName
{
color: #FED6CF;
}
.AnyTagClassName
{
color: #FED6CF;
}
</style>
background-color css
<style>
a { background-color: #FED6CF; }
a { background-color: rgb(254,214,207); }
div.DivClassName
{
background-color: #FED6CF;
}
.BgClassName
{
background-color: #FED6CF;
}
</style>
border-color css
<style>
span { border-color: #FED6CF; }
span { border-color: rgb(254,214,207); }
td.TdClassName
{
border-color: #FED6CF;
}
.TagClassName
{
border-color: #FED6CF;
}
</style>