Shades of Watusi #F3CDBC
Tints of Watusi #F3CDBC
RGB
CMYK
RGB Variations
Color information
#F3CDBC (or 0xF3CDBC) is known color: Watusi. HEX triplet: F3, CD and BC. RGB value is (243,205,188). Sum of RGB (Red+Green+Blue) = 243+205+188=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDBC is #0C3243. Grayscale: #D6D6D6. Windows color (decimal): -799300 or 12373491. OLE color: 12373491.
HSL color Cylindrical-coordinate representation of color #F3CDBC: hue angle of 18.55º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3CDBC is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 188 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.05 |
| HSL | 18.55º | 0.7% | 0.85% | - |
| HSV(B) | 18.55º | 0.23% | 0.95% | - |
| XYZ | 67.87 | 66.35 | 56.81 | - |
| YUV | 214.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 188 | 0 | 0.16 | 0.23 | 0.05 | 18.55 | 0.7 | 0.85 |
| Hex | F3 | CD | BC | 0 | 10 | 17 | 5 | 13 | 46 | 55 |
| Octal | 363 | 315 | 274 | 0 | 20 | 27 | 5 | 23 | 106 | 125 |
| Binary | 11110011 | 11001101 | 10111100 | 0 | 10000 | 10111 | 101 | 10011 | 1000110 | 1010101 |
Color Harmonies of #F3CDBC
Complementary color
Monochromatic Colors of #F3CDBC
Black with #F3CDBC
Text Example
Text Example
White with #F3CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDBC; }
p { color: rgb(243,205,188); }
H1.HeaderClassName
{
color: #F3CDBC;
}
.AnyTagClassName
{
color: #F3CDBC;
}
</style>
background-color css
<style>
a { background-color: #F3CDBC; }
a { background-color: rgb(243,205,188); }
div.DivClassName
{
background-color: #F3CDBC;
}
.BgClassName
{
background-color: #F3CDBC;
}
</style>
border-color css
<style>
span { border-color: #F3CDBC; }
span { border-color: rgb(243,205,188); }
td.TdClassName
{
border-color: #F3CDBC;
}
.TagClassName
{
border-color: #F3CDBC;
}
</style>