Shades of Watusi #F1CBB5
Tints of Watusi #F1CBB5
RGB
CMYK
RGB Variations
Color information
#F1CBB5 (or 0xF1CBB5) is known color: Watusi. HEX triplet: F1, CB and B5. RGB value is (241,203,181). Sum of RGB (Red+Green+Blue) = 241+203+181=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBB5 is #0E344A. Grayscale: #D3D3D3. Windows color (decimal): -930891 or 11914225. OLE color: 11914225.
HSL color Cylindrical-coordinate representation of color #F1CBB5: hue angle of 22º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1CBB5 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 181 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.05 |
| HSL | 22º | 0.68% | 0.83% | - |
| HSV(B) | 22º | 0.25% | 0.95% | - |
| XYZ | 65.97 | 64.75 | 52.74 | - |
| YUV | 211.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 181 | 0 | 0.16 | 0.25 | 0.05 | 22 | 0.68 | 0.83 |
| Hex | F1 | CB | B5 | 0 | 10 | 19 | 5 | 16 | 44 | 53 |
| Octal | 361 | 313 | 265 | 0 | 20 | 31 | 5 | 26 | 104 | 123 |
| Binary | 11110001 | 11001011 | 10110101 | 0 | 10000 | 11001 | 101 | 10110 | 1000100 | 1010011 |
Color Harmonies of #F1CBB5
Complementary color
Monochromatic Colors of #F1CBB5
Black with #F1CBB5
Text Example
Text Example
White with #F1CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBB5; }
p { color: rgb(241,203,181); }
H1.HeaderClassName
{
color: #F1CBB5;
}
.AnyTagClassName
{
color: #F1CBB5;
}
</style>
background-color css
<style>
a { background-color: #F1CBB5; }
a { background-color: rgb(241,203,181); }
div.DivClassName
{
background-color: #F1CBB5;
}
.BgClassName
{
background-color: #F1CBB5;
}
</style>
border-color css
<style>
span { border-color: #F1CBB5; }
span { border-color: rgb(241,203,181); }
td.TdClassName
{
border-color: #F1CBB5;
}
.TagClassName
{
border-color: #F1CBB5;
}
</style>