Shades of Watusi #F3C8BD
Tints of Watusi #F3C8BD
RGB
CMYK
RGB Variations
Color information
#F3C8BD (or 0xF3C8BD) is known color: Watusi. HEX triplet: F3, C8 and BD. RGB value is (243,200,189). Sum of RGB (Red+Green+Blue) = 243+200+189=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8BD is #0C3742. Grayscale: #D3D3D3. Windows color (decimal): -800579 or 12437747. OLE color: 12437747.
HSL color Cylindrical-coordinate representation of color #F3C8BD: hue angle of 12.22º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C8BD is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 189 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.05 |
| HSL | 12.22º | 0.69% | 0.85% | - |
| HSV(B) | 12.22º | 0.22% | 0.95% | - |
| XYZ | 66.8 | 64.04 | 56.98 | - |
| YUV | 211.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 189 | 0 | 0.18 | 0.22 | 0.05 | 12.22 | 0.69 | 0.85 |
| Hex | F3 | C8 | BD | 0 | 12 | 16 | 5 | C | 45 | 55 |
| Octal | 363 | 310 | 275 | 0 | 22 | 26 | 5 | 14 | 105 | 125 |
| Binary | 11110011 | 11001000 | 10111101 | 0 | 10010 | 10110 | 101 | 1100 | 1000101 | 1010101 |
Color Harmonies of #F3C8BD
Complementary color
Monochromatic Colors of #F3C8BD
Black with #F3C8BD
Text Example
Text Example
White with #F3C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8BD; }
p { color: rgb(243,200,189); }
H1.HeaderClassName
{
color: #F3C8BD;
}
.AnyTagClassName
{
color: #F3C8BD;
}
</style>
background-color css
<style>
a { background-color: #F3C8BD; }
a { background-color: rgb(243,200,189); }
div.DivClassName
{
background-color: #F3C8BD;
}
.BgClassName
{
background-color: #F3C8BD;
}
</style>
border-color css
<style>
span { border-color: #F3C8BD; }
span { border-color: rgb(243,200,189); }
td.TdClassName
{
border-color: #F3C8BD;
}
.TagClassName
{
border-color: #F3C8BD;
}
</style>