Shades of Watusi #F3C8B8
Tints of Watusi #F3C8B8
RGB
CMYK
RGB Variations
Color information
#F3C8B8 (or 0xF3C8B8) is known color: Watusi. HEX triplet: F3, C8 and B8. RGB value is (243,200,184). Sum of RGB (Red+Green+Blue) = 243+200+184=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8B8 is #0C3747. Grayscale: #D3D3D3. Windows color (decimal): -800584 or 12110067. OLE color: 12110067.
HSL color Cylindrical-coordinate representation of color #F3C8B8: hue angle of 16.27º 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 #F3C8B8 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 184 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.05 |
| HSL | 16.27º | 0.71% | 0.84% | - |
| HSV(B) | 16.27º | 0.24% | 0.95% | - |
| XYZ | 66.27 | 63.82 | 54.17 | - |
| YUV | 211.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 184 | 0 | 0.18 | 0.24 | 0.05 | 16.27 | 0.71 | 0.84 |
| Hex | F3 | C8 | B8 | 0 | 12 | 18 | 5 | 10 | 47 | 54 |
| Octal | 363 | 310 | 270 | 0 | 22 | 30 | 5 | 20 | 107 | 124 |
| Binary | 11110011 | 11001000 | 10111000 | 0 | 10010 | 11000 | 101 | 10000 | 1000111 | 1010100 |
Color Harmonies of #F3C8B8
Complementary color
Monochromatic Colors of #F3C8B8
Black with #F3C8B8
Text Example
Text Example
White with #F3C8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8B8; }
p { color: rgb(243,200,184); }
H1.HeaderClassName
{
color: #F3C8B8;
}
.AnyTagClassName
{
color: #F3C8B8;
}
</style>
background-color css
<style>
a { background-color: #F3C8B8; }
a { background-color: rgb(243,200,184); }
div.DivClassName
{
background-color: #F3C8B8;
}
.BgClassName
{
background-color: #F3C8B8;
}
</style>
border-color css
<style>
span { border-color: #F3C8B8; }
span { border-color: rgb(243,200,184); }
td.TdClassName
{
border-color: #F3C8B8;
}
.TagClassName
{
border-color: #F3C8B8;
}
</style>