Shades of Watusi #F2CCB5
Tints of Watusi #F2CCB5
RGB
CMYK
RGB Variations
Color information
#F2CCB5 (or 0xF2CCB5) is known color: Watusi. HEX triplet: F2, CC and B5. RGB value is (242,204,181). Sum of RGB (Red+Green+Blue) = 242+204+181=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCB5 is #0D334A. Grayscale: #D4D4D4. Windows color (decimal): -865099 or 11914482. OLE color: 11914482.
HSL color Cylindrical-coordinate representation of color #F2CCB5: hue angle of 22.62º degrees, saturation: 0.7, 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 #F2CCB5 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 181 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.05 |
| HSL | 22.62º | 0.7% | 0.83% | - |
| HSV(B) | 22.62º | 0.25% | 0.95% | - |
| XYZ | 66.55 | 65.4 | 52.83 | - |
| YUV | 212.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 181 | 0 | 0.16 | 0.25 | 0.05 | 22.62 | 0.7 | 0.83 |
| Hex | F2 | CC | B5 | 0 | 10 | 19 | 5 | 17 | 46 | 53 |
| Octal | 362 | 314 | 265 | 0 | 20 | 31 | 5 | 27 | 106 | 123 |
| Binary | 11110010 | 11001100 | 10110101 | 0 | 10000 | 11001 | 101 | 10111 | 1000110 | 1010011 |
Color Harmonies of #F2CCB5
Complementary color
Monochromatic Colors of #F2CCB5
Black with #F2CCB5
Text Example
Text Example
White with #F2CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCB5; }
p { color: rgb(242,204,181); }
H1.HeaderClassName
{
color: #F2CCB5;
}
.AnyTagClassName
{
color: #F2CCB5;
}
</style>
background-color css
<style>
a { background-color: #F2CCB5; }
a { background-color: rgb(242,204,181); }
div.DivClassName
{
background-color: #F2CCB5;
}
.BgClassName
{
background-color: #F2CCB5;
}
</style>
border-color css
<style>
span { border-color: #F2CCB5; }
span { border-color: rgb(242,204,181); }
td.TdClassName
{
border-color: #F2CCB5;
}
.TagClassName
{
border-color: #F2CCB5;
}
</style>