Shades of Cosmos #FED2CF
Tints of Cosmos #FED2CF
RGB
CMYK
RGB Variations
Color information
#FED2CF (or 0xFED2CF) is known color: Cosmos. HEX triplet: FE, D2 and CF. RGB value is (254,210,207). Sum of RGB (Red+Green+Blue) = 254+210+207=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2CF is #012D30. Grayscale: #DEDEDE. Windows color (decimal): -77105 or 13619966. OLE color: 13619966.
HSL color Cylindrical-coordinate representation of color #FED2CF: hue angle of 3.83º 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 #FED2CF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 207 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.00 |
| HSL | 3.83º | 0.96% | 0.9% | - |
| HSV(B) | 3.83º | 0.19% | 1% | - |
| XYZ | 75.18 | 71.67 | 68.9 | - |
| YUV | 222.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 207 | 0 | 0.17 | 0.19 | 0.00 | 3.83 | 0.96 | 0.9 |
| Hex | FE | D2 | CF | 0 | 11 | 13 | 0 | 4 | 60 | 5A |
| Octal | 376 | 322 | 317 | 0 | 21 | 23 | 0 | 4 | 140 | 132 |
| Binary | 11111110 | 11010010 | 11001111 | 0 | 10001 | 10011 | 0 | 100 | 1100000 | 1011010 |
Color Harmonies of #FED2CF
Complementary color
Monochromatic Colors of #FED2CF
Black with #FED2CF
Text Example
Text Example
White with #FED2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2CF; }
p { color: rgb(254,210,207); }
H1.HeaderClassName
{
color: #FED2CF;
}
.AnyTagClassName
{
color: #FED2CF;
}
</style>
background-color css
<style>
a { background-color: #FED2CF; }
a { background-color: rgb(254,210,207); }
div.DivClassName
{
background-color: #FED2CF;
}
.BgClassName
{
background-color: #FED2CF;
}
</style>
border-color css
<style>
span { border-color: #FED2CF; }
span { border-color: rgb(254,210,207); }
td.TdClassName
{
border-color: #FED2CF;
}
.TagClassName
{
border-color: #FED2CF;
}
</style>