Shades of Watusi #F3CDB8
Tints of Watusi #F3CDB8
RGB
CMYK
RGB Variations
Color information
#F3CDB8 (or 0xF3CDB8) is known color: Watusi. HEX triplet: F3, CD and B8. RGB value is (243,205,184). Sum of RGB (Red+Green+Blue) = 243+205+184=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 184 (72.27% from 255 or 29.11% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDB8 is #0C3247. Grayscale: #D6D6D6. Windows color (decimal): -799304 or 12111347. OLE color: 12111347.
HSL color Cylindrical-coordinate representation of color #F3CDB8: hue angle of 21.36º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3CDB8 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 184 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.05 |
| HSL | 21.36º | 0.71% | 0.84% | - |
| HSV(B) | 21.36º | 0.24% | 0.95% | - |
| XYZ | 67.45 | 66.18 | 54.57 | - |
| YUV | 213.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 184 | 0 | 0.16 | 0.24 | 0.05 | 21.36 | 0.71 | 0.84 |
| Hex | F3 | CD | B8 | 0 | 10 | 18 | 5 | 15 | 47 | 54 |
| Octal | 363 | 315 | 270 | 0 | 20 | 30 | 5 | 25 | 107 | 124 |
| Binary | 11110011 | 11001101 | 10111000 | 0 | 10000 | 11000 | 101 | 10101 | 1000111 | 1010100 |
Color Harmonies of #F3CDB8
Complementary color
Monochromatic Colors of #F3CDB8
Black with #F3CDB8
Text Example
Text Example
White with #F3CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDB8; }
p { color: rgb(243,205,184); }
H1.HeaderClassName
{
color: #F3CDB8;
}
.AnyTagClassName
{
color: #F3CDB8;
}
</style>
background-color css
<style>
a { background-color: #F3CDB8; }
a { background-color: rgb(243,205,184); }
div.DivClassName
{
background-color: #F3CDB8;
}
.BgClassName
{
background-color: #F3CDB8;
}
</style>
border-color css
<style>
span { border-color: #F3CDB8; }
span { border-color: rgb(243,205,184); }
td.TdClassName
{
border-color: #F3CDB8;
}
.TagClassName
{
border-color: #F3CDB8;
}
</style>