Shades of Cosmos #FED5CF
Tints of Cosmos #FED5CF
RGB
CMYK
RGB Variations
Color information
#FED5CF (or 0xFED5CF) is known color: Cosmos. HEX triplet: FE, D5 and CF. RGB value is (254,213,207). Sum of RGB (Red+Green+Blue) = 254+213+207=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CF is #012A30. Grayscale: #E0E0E0. Windows color (decimal): -76337 or 13620734. OLE color: 13620734.
HSL color Cylindrical-coordinate representation of color #FED5CF: hue angle of 7.66º 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 #FED5CF is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 207 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.00 |
| HSL | 7.66º | 0.96% | 0.9% | - |
| HSV(B) | 7.66º | 0.19% | 1% | - |
| XYZ | 75.93 | 73.16 | 69.15 | - |
| YUV | 224.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 207 | 0 | 0.16 | 0.19 | 0.00 | 7.66 | 0.96 | 0.9 |
| Hex | FE | D5 | CF | 0 | 10 | 13 | 0 | 8 | 60 | 5A |
| Octal | 376 | 325 | 317 | 0 | 20 | 23 | 0 | 10 | 140 | 132 |
| Binary | 11111110 | 11010101 | 11001111 | 0 | 10000 | 10011 | 0 | 1000 | 1100000 | 1011010 |
Color Harmonies of #FED5CF
Complementary color
Monochromatic Colors of #FED5CF
Black with #FED5CF
Text Example
Text Example
White with #FED5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5CF; }
p { color: rgb(254,213,207); }
H1.HeaderClassName
{
color: #FED5CF;
}
.AnyTagClassName
{
color: #FED5CF;
}
</style>
background-color css
<style>
a { background-color: #FED5CF; }
a { background-color: rgb(254,213,207); }
div.DivClassName
{
background-color: #FED5CF;
}
.BgClassName
{
background-color: #FED5CF;
}
</style>
border-color css
<style>
span { border-color: #FED5CF; }
span { border-color: rgb(254,213,207); }
td.TdClassName
{
border-color: #FED5CF;
}
.TagClassName
{
border-color: #FED5CF;
}
</style>