Shades of Watusi #F4CDC1
Tints of Watusi #F4CDC1
RGB
CMYK
RGB Variations
Color information
#F4CDC1 (or 0xF4CDC1) is known color: Watusi. HEX triplet: F4, CD and C1. RGB value is (244,205,193). Sum of RGB (Red+Green+Blue) = 244+205+193=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDC1 is #0B323E. Grayscale: #D7D7D7. Windows color (decimal): -733759 or 12701172. OLE color: 12701172.
HSL color Cylindrical-coordinate representation of color #F4CDC1: hue angle of 14.12º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4CDC1 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 193 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.04 |
| HSL | 14.12º | 0.7% | 0.86% | - |
| HSV(B) | 14.12º | 0.21% | 0.96% | - |
| XYZ | 68.77 | 66.75 | 59.71 | - |
| YUV | 215.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 193 | 0 | 0.16 | 0.21 | 0.04 | 14.12 | 0.7 | 0.86 |
| Hex | F4 | CD | C1 | 0 | 10 | 15 | 4 | E | 46 | 56 |
| Octal | 364 | 315 | 301 | 0 | 20 | 25 | 4 | 16 | 106 | 126 |
| Binary | 11110100 | 11001101 | 11000001 | 0 | 10000 | 10101 | 100 | 1110 | 1000110 | 1010110 |
Color Harmonies of #F4CDC1
Complementary color
Monochromatic Colors of #F4CDC1
Black with #F4CDC1
Text Example
Text Example
White with #F4CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDC1; }
p { color: rgb(244,205,193); }
H1.HeaderClassName
{
color: #F4CDC1;
}
.AnyTagClassName
{
color: #F4CDC1;
}
</style>
background-color css
<style>
a { background-color: #F4CDC1; }
a { background-color: rgb(244,205,193); }
div.DivClassName
{
background-color: #F4CDC1;
}
.BgClassName
{
background-color: #F4CDC1;
}
</style>
border-color css
<style>
span { border-color: #F4CDC1; }
span { border-color: rgb(244,205,193); }
td.TdClassName
{
border-color: #F4CDC1;
}
.TagClassName
{
border-color: #F4CDC1;
}
</style>