Shades of Watusi #F3CFBA
Tints of Watusi #F3CFBA
RGB
CMYK
RGB Variations
Color information
#F3CFBA (or 0xF3CFBA) is known color: Watusi. HEX triplet: F3, CF and BA. RGB value is (243,207,186). Sum of RGB (Red+Green+Blue) = 243+207+186=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFBA is #0C3045. Grayscale: #D7D7D7. Windows color (decimal): -798790 or 12242931. OLE color: 12242931.
HSL color Cylindrical-coordinate representation of color #F3CFBA: hue angle of 22.11º 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 #F3CFBA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 186 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.05 |
| HSL | 22.11º | 0.7% | 0.84% | - |
| HSV(B) | 22.11º | 0.23% | 0.95% | - |
| XYZ | 68.14 | 67.23 | 55.84 | - |
| YUV | 215.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 186 | 0 | 0.15 | 0.23 | 0.05 | 22.11 | 0.7 | 0.84 |
| Hex | F3 | CF | BA | 0 | F | 17 | 5 | 16 | 46 | 54 |
| Octal | 363 | 317 | 272 | 0 | 17 | 27 | 5 | 26 | 106 | 124 |
| Binary | 11110011 | 11001111 | 10111010 | 0 | 1111 | 10111 | 101 | 10110 | 1000110 | 1010100 |
Color Harmonies of #F3CFBA
Complementary color
Monochromatic Colors of #F3CFBA
Black with #F3CFBA
Text Example
Text Example
White with #F3CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFBA; }
p { color: rgb(243,207,186); }
H1.HeaderClassName
{
color: #F3CFBA;
}
.AnyTagClassName
{
color: #F3CFBA;
}
</style>
background-color css
<style>
a { background-color: #F3CFBA; }
a { background-color: rgb(243,207,186); }
div.DivClassName
{
background-color: #F3CFBA;
}
.BgClassName
{
background-color: #F3CFBA;
}
</style>
border-color css
<style>
span { border-color: #F3CFBA; }
span { border-color: rgb(243,207,186); }
td.TdClassName
{
border-color: #F3CFBA;
}
.TagClassName
{
border-color: #F3CFBA;
}
</style>