Shades of Cosmos #F8D2CF
Tints of Cosmos #F8D2CF
RGB
CMYK
RGB Variations
Color information
#F8D2CF (or 0xF8D2CF) is known color: Cosmos. HEX triplet: F8, D2 and CF. RGB value is (248,210,207). Sum of RGB (Red+Green+Blue) = 248+210+207=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D2CF is #072D30. Grayscale: #DDDDDD. Windows color (decimal): -470321 or 13619960. OLE color: 13619960.
HSL color Cylindrical-coordinate representation of color #F8D2CF: hue angle of 4.39º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8D2CF is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 207 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.03 |
| HSL | 4.39º | 0.75% | 0.89% | - |
| HSV(B) | 4.39º | 0.17% | 0.97% | - |
| XYZ | 73.02 | 70.55 | 68.8 | - |
| YUV | 221.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 207 | 0 | 0.15 | 0.17 | 0.03 | 4.39 | 0.75 | 0.89 |
| Hex | F8 | D2 | CF | 0 | F | 11 | 3 | 4 | 4B | 59 |
| Octal | 370 | 322 | 317 | 0 | 17 | 21 | 3 | 4 | 113 | 131 |
| Binary | 11111000 | 11010010 | 11001111 | 0 | 1111 | 10001 | 11 | 100 | 1001011 | 1011001 |
Color Harmonies of #F8D2CF
Complementary color
Monochromatic Colors of #F8D2CF
Black with #F8D2CF
Text Example
Text Example
White with #F8D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D2CF; }
p { color: rgb(248,210,207); }
H1.HeaderClassName
{
color: #F8D2CF;
}
.AnyTagClassName
{
color: #F8D2CF;
}
</style>
background-color css
<style>
a { background-color: #F8D2CF; }
a { background-color: rgb(248,210,207); }
div.DivClassName
{
background-color: #F8D2CF;
}
.BgClassName
{
background-color: #F8D2CF;
}
</style>
border-color css
<style>
span { border-color: #F8D2CF; }
span { border-color: rgb(248,210,207); }
td.TdClassName
{
border-color: #F8D2CF;
}
.TagClassName
{
border-color: #F8D2CF;
}
</style>