Shades of Watusi #F3CBBB
Tints of Watusi #F3CBBB
RGB
CMYK
RGB Variations
Color information
#F3CBBB (or 0xF3CBBB) is known color: Watusi. HEX triplet: F3, CB and BB. RGB value is (243,203,187). Sum of RGB (Red+Green+Blue) = 243+203+187=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBBB is #0C3444. Grayscale: #D5D5D5. Windows color (decimal): -799813 or 12307443. OLE color: 12307443.
HSL color Cylindrical-coordinate representation of color #F3CBBB: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3CBBB is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 187 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.05 |
| HSL | 17.14º | 0.7% | 0.84% | - |
| HSV(B) | 17.14º | 0.23% | 0.95% | - |
| XYZ | 67.29 | 65.35 | 56.08 | - |
| YUV | 213.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 187 | 0 | 0.16 | 0.23 | 0.05 | 17.14 | 0.7 | 0.84 |
| Hex | F3 | CB | BB | 0 | 10 | 17 | 5 | 11 | 46 | 54 |
| Octal | 363 | 313 | 273 | 0 | 20 | 27 | 5 | 21 | 106 | 124 |
| Binary | 11110011 | 11001011 | 10111011 | 0 | 10000 | 10111 | 101 | 10001 | 1000110 | 1010100 |
Color Harmonies of #F3CBBB
Complementary color
Monochromatic Colors of #F3CBBB
Black with #F3CBBB
Text Example
Text Example
White with #F3CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBBB; }
p { color: rgb(243,203,187); }
H1.HeaderClassName
{
color: #F3CBBB;
}
.AnyTagClassName
{
color: #F3CBBB;
}
</style>
background-color css
<style>
a { background-color: #F3CBBB; }
a { background-color: rgb(243,203,187); }
div.DivClassName
{
background-color: #F3CBBB;
}
.BgClassName
{
background-color: #F3CBBB;
}
</style>
border-color css
<style>
span { border-color: #F3CBBB; }
span { border-color: rgb(243,203,187); }
td.TdClassName
{
border-color: #F3CBBB;
}
.TagClassName
{
border-color: #F3CBBB;
}
</style>