Shades of Watusi #F2CCB9
Tints of Watusi #F2CCB9
RGB
CMYK
RGB Variations
Color information
#F2CCB9 (or 0xF2CCB9) is known color: Watusi. HEX triplet: F2, CC and B9. RGB value is (242,204,185). Sum of RGB (Red+Green+Blue) = 242+204+185=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCB9 is #0D3346. Grayscale: #D5D5D5. Windows color (decimal): -865095 or 12176626. OLE color: 12176626.
HSL color Cylindrical-coordinate representation of color #F2CCB9: hue angle of 20º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2CCB9 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 185 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.05 |
| HSL | 20º | 0.69% | 0.84% | - |
| HSV(B) | 20º | 0.24% | 0.95% | - |
| XYZ | 66.97 | 65.57 | 55.02 | - |
| YUV | 213.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 185 | 0 | 0.16 | 0.24 | 0.05 | 20 | 0.69 | 0.84 |
| Hex | F2 | CC | B9 | 0 | 10 | 18 | 5 | 14 | 45 | 54 |
| Octal | 362 | 314 | 271 | 0 | 20 | 30 | 5 | 24 | 105 | 124 |
| Binary | 11110010 | 11001100 | 10111001 | 0 | 10000 | 11000 | 101 | 10100 | 1000101 | 1010100 |
Color Harmonies of #F2CCB9
Complementary color
Monochromatic Colors of #F2CCB9
Black with #F2CCB9
Text Example
Text Example
White with #F2CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCB9; }
p { color: rgb(242,204,185); }
H1.HeaderClassName
{
color: #F2CCB9;
}
.AnyTagClassName
{
color: #F2CCB9;
}
</style>
background-color css
<style>
a { background-color: #F2CCB9; }
a { background-color: rgb(242,204,185); }
div.DivClassName
{
background-color: #F2CCB9;
}
.BgClassName
{
background-color: #F2CCB9;
}
</style>
border-color css
<style>
span { border-color: #F2CCB9; }
span { border-color: rgb(242,204,185); }
td.TdClassName
{
border-color: #F2CCB9;
}
.TagClassName
{
border-color: #F2CCB9;
}
</style>