Shades of Cosmos #F9CFCC
Tints of Cosmos #F9CFCC
RGB
CMYK
RGB Variations
Color information
#F9CFCC (or 0xF9CFCC) is known color: Cosmos. HEX triplet: F9, CF and CC. RGB value is (249,207,204). Sum of RGB (Red+Green+Blue) = 249+207+204=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFCC is #063033. Grayscale: #DBDBDB. Windows color (decimal): -405556 or 13422585. OLE color: 13422585.
HSL color Cylindrical-coordinate representation of color #F9CFCC: hue angle of 4º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CFCC is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 204 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.02 |
| HSL | 4º | 0.79% | 0.89% | - |
| HSV(B) | 4º | 0.18% | 0.98% | - |
| XYZ | 72.28 | 69.13 | 66.66 | - |
| YUV | 219.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 204 | 0 | 0.17 | 0.18 | 0.02 | 4 | 0.79 | 0.89 |
| Hex | F9 | CF | CC | 0 | 11 | 12 | 2 | 4 | 4F | 59 |
| Octal | 371 | 317 | 314 | 0 | 21 | 22 | 2 | 4 | 117 | 131 |
| Binary | 11111001 | 11001111 | 11001100 | 0 | 10001 | 10010 | 10 | 100 | 1001111 | 1011001 |
Color Harmonies of #F9CFCC
Complementary color
Monochromatic Colors of #F9CFCC
Black with #F9CFCC
Text Example
Text Example
White with #F9CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFCC; }
p { color: rgb(249,207,204); }
H1.HeaderClassName
{
color: #F9CFCC;
}
.AnyTagClassName
{
color: #F9CFCC;
}
</style>
background-color css
<style>
a { background-color: #F9CFCC; }
a { background-color: rgb(249,207,204); }
div.DivClassName
{
background-color: #F9CFCC;
}
.BgClassName
{
background-color: #F9CFCC;
}
</style>
border-color css
<style>
span { border-color: #F9CFCC; }
span { border-color: rgb(249,207,204); }
td.TdClassName
{
border-color: #F9CFCC;
}
.TagClassName
{
border-color: #F9CFCC;
}
</style>