Shades of Watusi #F2CFBD
Tints of Watusi #F2CFBD
RGB
CMYK
RGB Variations
Color information
#F2CFBD (or 0xF2CFBD) is known color: Watusi. HEX triplet: F2, CF and BD. RGB value is (242,207,189). Sum of RGB (Red+Green+Blue) = 242+207+189=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFBD is #0D3042. Grayscale: #D7D7D7. Windows color (decimal): -864323 or 12439538. OLE color: 12439538.
HSL color Cylindrical-coordinate representation of color #F2CFBD: hue angle of 20.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2CFBD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 189 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.05 |
| HSL | 20.38º | 0.67% | 0.85% | - |
| HSV(B) | 20.38º | 0.22% | 0.95% | - |
| XYZ | 68.12 | 67.18 | 57.52 | - |
| YUV | 215.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 189 | 0 | 0.14 | 0.22 | 0.05 | 20.38 | 0.67 | 0.85 |
| Hex | F2 | CF | BD | 0 | E | 16 | 5 | 14 | 43 | 55 |
| Octal | 362 | 317 | 275 | 0 | 16 | 26 | 5 | 24 | 103 | 125 |
| Binary | 11110010 | 11001111 | 10111101 | 0 | 1110 | 10110 | 101 | 10100 | 1000011 | 1010101 |
Color Harmonies of #F2CFBD
Complementary color
Monochromatic Colors of #F2CFBD
Black with #F2CFBD
Text Example
Text Example
White with #F2CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFBD; }
p { color: rgb(242,207,189); }
H1.HeaderClassName
{
color: #F2CFBD;
}
.AnyTagClassName
{
color: #F2CFBD;
}
</style>
background-color css
<style>
a { background-color: #F2CFBD; }
a { background-color: rgb(242,207,189); }
div.DivClassName
{
background-color: #F2CFBD;
}
.BgClassName
{
background-color: #F2CFBD;
}
</style>
border-color css
<style>
span { border-color: #F2CFBD; }
span { border-color: rgb(242,207,189); }
td.TdClassName
{
border-color: #F2CFBD;
}
.TagClassName
{
border-color: #F2CFBD;
}
</style>