Shades of Watusi #F3CBB8
Tints of Watusi #F3CBB8
RGB
CMYK
RGB Variations
Color information
#F3CBB8 (or 0xF3CBB8) is known color: Watusi. HEX triplet: F3, CB and B8. RGB value is (243,203,184). Sum of RGB (Red+Green+Blue) = 243+203+184=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBB8 is #0C3447. Grayscale: #D4D4D4. Windows color (decimal): -799816 or 12110835. OLE color: 12110835.
HSL color Cylindrical-coordinate representation of color #F3CBB8: hue angle of 19.32º degrees, saturation: 0.71, 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 #F3CBB8 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 184 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.05 |
| HSL | 19.32º | 0.71% | 0.84% | - |
| HSV(B) | 19.32º | 0.24% | 0.95% | - |
| XYZ | 66.97 | 65.23 | 54.41 | - |
| YUV | 212.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 184 | 0 | 0.16 | 0.24 | 0.05 | 19.32 | 0.71 | 0.84 |
| Hex | F3 | CB | B8 | 0 | 10 | 18 | 5 | 13 | 47 | 54 |
| Octal | 363 | 313 | 270 | 0 | 20 | 30 | 5 | 23 | 107 | 124 |
| Binary | 11110011 | 11001011 | 10111000 | 0 | 10000 | 11000 | 101 | 10011 | 1000111 | 1010100 |
Color Harmonies of #F3CBB8
Complementary color
Monochromatic Colors of #F3CBB8
Black with #F3CBB8
Text Example
Text Example
White with #F3CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBB8; }
p { color: rgb(243,203,184); }
H1.HeaderClassName
{
color: #F3CBB8;
}
.AnyTagClassName
{
color: #F3CBB8;
}
</style>
background-color css
<style>
a { background-color: #F3CBB8; }
a { background-color: rgb(243,203,184); }
div.DivClassName
{
background-color: #F3CBB8;
}
.BgClassName
{
background-color: #F3CBB8;
}
</style>
border-color css
<style>
span { border-color: #F3CBB8; }
span { border-color: rgb(243,203,184); }
td.TdClassName
{
border-color: #F3CBB8;
}
.TagClassName
{
border-color: #F3CBB8;
}
</style>