Shades of Cosmos #F5D2CF
Tints of Cosmos #F5D2CF
RGB
CMYK
RGB Variations
Color information
#F5D2CF (or 0xF5D2CF) is known color: Cosmos. HEX triplet: F5, D2 and CF. RGB value is (245,210,207). Sum of RGB (Red+Green+Blue) = 245+210+207=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2CF is #0A2D30. Grayscale: #DCDCDC. Windows color (decimal): -666929 or 13619957. OLE color: 13619957.
HSL color Cylindrical-coordinate representation of color #F5D2CF: hue angle of 4.74º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5D2CF is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 207 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.04 |
| HSL | 4.74º | 0.66% | 0.89% | - |
| HSV(B) | 4.74º | 0.16% | 0.96% | - |
| XYZ | 71.97 | 70.01 | 68.75 | - |
| YUV | 220.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 207 | 0 | 0.14 | 0.16 | 0.04 | 4.74 | 0.66 | 0.89 |
| Hex | F5 | D2 | CF | 0 | E | 10 | 4 | 5 | 42 | 59 |
| Octal | 365 | 322 | 317 | 0 | 16 | 20 | 4 | 5 | 102 | 131 |
| Binary | 11110101 | 11010010 | 11001111 | 0 | 1110 | 10000 | 100 | 101 | 1000010 | 1011001 |
Color Harmonies of #F5D2CF
Complementary color
Monochromatic Colors of #F5D2CF
Black with #F5D2CF
Text Example
Text Example
White with #F5D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2CF; }
p { color: rgb(245,210,207); }
H1.HeaderClassName
{
color: #F5D2CF;
}
.AnyTagClassName
{
color: #F5D2CF;
}
</style>
background-color css
<style>
a { background-color: #F5D2CF; }
a { background-color: rgb(245,210,207); }
div.DivClassName
{
background-color: #F5D2CF;
}
.BgClassName
{
background-color: #F5D2CF;
}
</style>
border-color css
<style>
span { border-color: #F5D2CF; }
span { border-color: rgb(245,210,207); }
td.TdClassName
{
border-color: #F5D2CF;
}
.TagClassName
{
border-color: #F5D2CF;
}
</style>