Shades of Watusi #F4CBB6
Tints of Watusi #F4CBB6
RGB
CMYK
RGB Variations
Color information
#F4CBB6 (or 0xF4CBB6) is known color: Watusi. HEX triplet: F4, CB and B6. RGB value is (244,203,182). Sum of RGB (Red+Green+Blue) = 244+203+182=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 182 (71.48% from 255 or 28.93% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBB6 is #0B3449. Grayscale: #D4D4D4. Windows color (decimal): -734282 or 11979764. OLE color: 11979764.
HSL color Cylindrical-coordinate representation of color #F4CBB6: hue angle of 20.32º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4CBB6 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 182 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.04 |
| HSL | 20.32º | 0.74% | 0.84% | - |
| HSV(B) | 20.32º | 0.25% | 0.96% | - |
| XYZ | 67.11 | 65.32 | 53.33 | - |
| YUV | 212.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 182 | 0 | 0.17 | 0.25 | 0.04 | 20.32 | 0.74 | 0.84 |
| Hex | F4 | CB | B6 | 0 | 11 | 19 | 4 | 14 | 4A | 54 |
| Octal | 364 | 313 | 266 | 0 | 21 | 31 | 4 | 24 | 112 | 124 |
| Binary | 11110100 | 11001011 | 10110110 | 0 | 10001 | 11001 | 100 | 10100 | 1001010 | 1010100 |
Color Harmonies of #F4CBB6
Complementary color
Monochromatic Colors of #F4CBB6
Black with #F4CBB6
Text Example
Text Example
White with #F4CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBB6; }
p { color: rgb(244,203,182); }
H1.HeaderClassName
{
color: #F4CBB6;
}
.AnyTagClassName
{
color: #F4CBB6;
}
</style>
background-color css
<style>
a { background-color: #F4CBB6; }
a { background-color: rgb(244,203,182); }
div.DivClassName
{
background-color: #F4CBB6;
}
.BgClassName
{
background-color: #F4CBB6;
}
</style>
border-color css
<style>
span { border-color: #F4CBB6; }
span { border-color: rgb(244,203,182); }
td.TdClassName
{
border-color: #F4CBB6;
}
.TagClassName
{
border-color: #F4CBB6;
}
</style>