Shades of Watusi #F8CDBE
Tints of Watusi #F8CDBE
RGB
CMYK
RGB Variations
Color information
#F8CDBE (or 0xF8CDBE) is known color: Watusi. HEX triplet: F8, CD and BE. RGB value is (248,205,190). Sum of RGB (Red+Green+Blue) = 248+205+190=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDBE is #073241. Grayscale: #D8D8D8. Windows color (decimal): -471618 or 12504568. OLE color: 12504568.
HSL color Cylindrical-coordinate representation of color #F8CDBE: hue angle of 15.52º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8CDBE is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 190 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.03 |
| HSL | 15.52º | 0.81% | 0.86% | - |
| HSV(B) | 15.52º | 0.23% | 0.97% | - |
| XYZ | 69.84 | 67.34 | 58.03 | - |
| YUV | 216.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 190 | 0 | 0.17 | 0.23 | 0.03 | 15.52 | 0.81 | 0.86 |
| Hex | F8 | CD | BE | 0 | 11 | 17 | 3 | 10 | 51 | 56 |
| Octal | 370 | 315 | 276 | 0 | 21 | 27 | 3 | 20 | 121 | 126 |
| Binary | 11111000 | 11001101 | 10111110 | 0 | 10001 | 10111 | 11 | 10000 | 1010001 | 1010110 |
Color Harmonies of #F8CDBE
Complementary color
Monochromatic Colors of #F8CDBE
Black with #F8CDBE
Text Example
Text Example
White with #F8CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDBE; }
p { color: rgb(248,205,190); }
H1.HeaderClassName
{
color: #F8CDBE;
}
.AnyTagClassName
{
color: #F8CDBE;
}
</style>
background-color css
<style>
a { background-color: #F8CDBE; }
a { background-color: rgb(248,205,190); }
div.DivClassName
{
background-color: #F8CDBE;
}
.BgClassName
{
background-color: #F8CDBE;
}
</style>
border-color css
<style>
span { border-color: #F8CDBE; }
span { border-color: rgb(248,205,190); }
td.TdClassName
{
border-color: #F8CDBE;
}
.TagClassName
{
border-color: #F8CDBE;
}
</style>