Shades of Watusi #F3CABB
Tints of Watusi #F3CABB
RGB
CMYK
RGB Variations
Color information
#F3CABB (or 0xF3CABB) is known color: Watusi. HEX triplet: F3, CA and BB. RGB value is (243,202,187). Sum of RGB (Red+Green+Blue) = 243+202+187=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABB is #0C3544. Grayscale: #D4D4D4. Windows color (decimal): -800069 or 12307187. OLE color: 12307187.
HSL color Cylindrical-coordinate representation of color #F3CABB: hue angle of 16.07º 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 #F3CABB is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 187 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.05 |
| HSL | 16.07º | 0.7% | 0.84% | - |
| HSV(B) | 16.07º | 0.23% | 0.95% | - |
| XYZ | 67.05 | 64.88 | 56 | - |
| YUV | 212.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 187 | 0 | 0.17 | 0.23 | 0.05 | 16.07 | 0.7 | 0.84 |
| Hex | F3 | CA | BB | 0 | 11 | 17 | 5 | 10 | 46 | 54 |
| Octal | 363 | 312 | 273 | 0 | 21 | 27 | 5 | 20 | 106 | 124 |
| Binary | 11110011 | 11001010 | 10111011 | 0 | 10001 | 10111 | 101 | 10000 | 1000110 | 1010100 |
Color Harmonies of #F3CABB
Complementary color
Monochromatic Colors of #F3CABB
Black with #F3CABB
Text Example
Text Example
White with #F3CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CABB; }
p { color: rgb(243,202,187); }
H1.HeaderClassName
{
color: #F3CABB;
}
.AnyTagClassName
{
color: #F3CABB;
}
</style>
background-color css
<style>
a { background-color: #F3CABB; }
a { background-color: rgb(243,202,187); }
div.DivClassName
{
background-color: #F3CABB;
}
.BgClassName
{
background-color: #F3CABB;
}
</style>
border-color css
<style>
span { border-color: #F3CABB; }
span { border-color: rgb(243,202,187); }
td.TdClassName
{
border-color: #F3CABB;
}
.TagClassName
{
border-color: #F3CABB;
}
</style>