Shades of Cosmos #F9CFCD
Tints of Cosmos #F9CFCD
RGB
CMYK
RGB Variations
Color information
#F9CFCD (or 0xF9CFCD) is known color: Cosmos. HEX triplet: F9, CF and CD. RGB value is (249,207,205). Sum of RGB (Red+Green+Blue) = 249+207+205=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFCD is #063032. Grayscale: #DBDBDB. Windows color (decimal): -405555 or 13488121. OLE color: 13488121.
HSL color Cylindrical-coordinate representation of color #F9CFCD: hue angle of 2.73º 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 #F9CFCD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 205 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.02 |
| HSL | 2.73º | 0.79% | 0.89% | - |
| HSV(B) | 2.73º | 0.18% | 0.98% | - |
| XYZ | 72.4 | 69.17 | 67.29 | - |
| YUV | 219.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 205 | 0 | 0.17 | 0.18 | 0.02 | 2.73 | 0.79 | 0.89 |
| Hex | F9 | CF | CD | 0 | 11 | 12 | 2 | 3 | 4F | 59 |
| Octal | 371 | 317 | 315 | 0 | 21 | 22 | 2 | 3 | 117 | 131 |
| Binary | 11111001 | 11001111 | 11001101 | 0 | 10001 | 10010 | 10 | 11 | 1001111 | 1011001 |
Color Harmonies of #F9CFCD
Complementary color
Monochromatic Colors of #F9CFCD
Black with #F9CFCD
Text Example
Text Example
White with #F9CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFCD; }
p { color: rgb(249,207,205); }
H1.HeaderClassName
{
color: #F9CFCD;
}
.AnyTagClassName
{
color: #F9CFCD;
}
</style>
background-color css
<style>
a { background-color: #F9CFCD; }
a { background-color: rgb(249,207,205); }
div.DivClassName
{
background-color: #F9CFCD;
}
.BgClassName
{
background-color: #F9CFCD;
}
</style>
border-color css
<style>
span { border-color: #F9CFCD; }
span { border-color: rgb(249,207,205); }
td.TdClassName
{
border-color: #F9CFCD;
}
.TagClassName
{
border-color: #F9CFCD;
}
</style>