Shades of Watusi #F3CABE
Tints of Watusi #F3CABE
RGB
CMYK
RGB Variations
Color information
#F3CABE (or 0xF3CABE) is known color: Watusi. HEX triplet: F3, CA and BE. RGB value is (243,202,190). Sum of RGB (Red+Green+Blue) = 243+202+190=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CABE is #0C3541. Grayscale: #D4D4D4. Windows color (decimal): -800066 or 12503795. OLE color: 12503795.
HSL color Cylindrical-coordinate representation of color #F3CABE: hue angle of 13.58º degrees, saturation: 0.69, 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 #F3CABE is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 190 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.05 |
| HSL | 13.58º | 0.69% | 0.85% | - |
| HSV(B) | 13.58º | 0.22% | 0.95% | - |
| XYZ | 67.38 | 65.01 | 57.71 | - |
| YUV | 212.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 190 | 0 | 0.17 | 0.22 | 0.05 | 13.58 | 0.69 | 0.85 |
| Hex | F3 | CA | BE | 0 | 11 | 16 | 5 | E | 45 | 55 |
| Octal | 363 | 312 | 276 | 0 | 21 | 26 | 5 | 16 | 105 | 125 |
| Binary | 11110011 | 11001010 | 10111110 | 0 | 10001 | 10110 | 101 | 1110 | 1000101 | 1010101 |
Color Harmonies of #F3CABE
Complementary color
Monochromatic Colors of #F3CABE
Black with #F3CABE
Text Example
Text Example
White with #F3CABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CABE; }
p { color: rgb(243,202,190); }
H1.HeaderClassName
{
color: #F3CABE;
}
.AnyTagClassName
{
color: #F3CABE;
}
</style>
background-color css
<style>
a { background-color: #F3CABE; }
a { background-color: rgb(243,202,190); }
div.DivClassName
{
background-color: #F3CABE;
}
.BgClassName
{
background-color: #F3CABE;
}
</style>
border-color css
<style>
span { border-color: #F3CABE; }
span { border-color: rgb(243,202,190); }
td.TdClassName
{
border-color: #F3CABE;
}
.TagClassName
{
border-color: #F3CABE;
}
</style>