Shades of Watusi #F3CDBA
Tints of Watusi #F3CDBA
RGB
CMYK
RGB Variations
Color information
#F3CDBA (or 0xF3CDBA) is known color: Watusi. HEX triplet: F3, CD and BA. RGB value is (243,205,186). Sum of RGB (Red+Green+Blue) = 243+205+186=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDBA is #0C3245. Grayscale: #D6D6D6. Windows color (decimal): -799302 or 12242419. OLE color: 12242419.
HSL color Cylindrical-coordinate representation of color #F3CDBA: hue angle of 20º 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 #F3CDBA is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 186 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.05 |
| HSL | 20º | 0.7% | 0.84% | - |
| HSV(B) | 20º | 0.23% | 0.95% | - |
| XYZ | 67.66 | 66.26 | 55.68 | - |
| YUV | 214.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 186 | 0 | 0.16 | 0.23 | 0.05 | 20 | 0.7 | 0.84 |
| Hex | F3 | CD | BA | 0 | 10 | 17 | 5 | 14 | 46 | 54 |
| Octal | 363 | 315 | 272 | 0 | 20 | 27 | 5 | 24 | 106 | 124 |
| Binary | 11110011 | 11001101 | 10111010 | 0 | 10000 | 10111 | 101 | 10100 | 1000110 | 1010100 |
Color Harmonies of #F3CDBA
Complementary color
Monochromatic Colors of #F3CDBA
Black with #F3CDBA
Text Example
Text Example
White with #F3CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDBA; }
p { color: rgb(243,205,186); }
H1.HeaderClassName
{
color: #F3CDBA;
}
.AnyTagClassName
{
color: #F3CDBA;
}
</style>
background-color css
<style>
a { background-color: #F3CDBA; }
a { background-color: rgb(243,205,186); }
div.DivClassName
{
background-color: #F3CDBA;
}
.BgClassName
{
background-color: #F3CDBA;
}
</style>
border-color css
<style>
span { border-color: #F3CDBA; }
span { border-color: rgb(243,205,186); }
td.TdClassName
{
border-color: #F3CDBA;
}
.TagClassName
{
border-color: #F3CDBA;
}
</style>