Shades of Pipi #F0E5CA
Tints of Pipi #F0E5CA
RGB
CMYK
RGB Variations
Color information
#F0E5CA (or 0xF0E5CA) is known color: Pipi. HEX triplet: F0, E5 and CA. RGB value is (240,229,202). Sum of RGB (Red+Green+Blue) = 240+229+202=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5CA is #0F1A35. Grayscale: #E5E5E5. Windows color (decimal): -989750 or 13297136. OLE color: 13297136.
HSL color Cylindrical-coordinate representation of color #F0E5CA: hue angle of 42.63º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0E5CA is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 202 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.06 |
| HSL | 42.63º | 0.56% | 0.87% | - |
| HSV(B) | 42.63º | 0.16% | 0.94% | - |
| XYZ | 74.62 | 78.83 | 67.16 | - |
| YUV | 229.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 202 | 0 | 0.05 | 0.16 | 0.06 | 42.63 | 0.56 | 0.87 |
| Hex | F0 | E5 | CA | 0 | 5 | 10 | 6 | 2B | 38 | 57 |
| Octal | 360 | 345 | 312 | 0 | 5 | 20 | 6 | 53 | 70 | 127 |
| Binary | 11110000 | 11100101 | 11001010 | 0 | 101 | 10000 | 110 | 101011 | 111000 | 1010111 |
Color Harmonies of #F0E5CA
Complementary color
Monochromatic Colors of #F0E5CA
Black with #F0E5CA
Text Example
Text Example
White with #F0E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5CA; }
p { color: rgb(240,229,202); }
H1.HeaderClassName
{
color: #F0E5CA;
}
.AnyTagClassName
{
color: #F0E5CA;
}
</style>
background-color css
<style>
a { background-color: #F0E5CA; }
a { background-color: rgb(240,229,202); }
div.DivClassName
{
background-color: #F0E5CA;
}
.BgClassName
{
background-color: #F0E5CA;
}
</style>
border-color css
<style>
span { border-color: #F0E5CA; }
span { border-color: rgb(240,229,202); }
td.TdClassName
{
border-color: #F0E5CA;
}
.TagClassName
{
border-color: #F0E5CA;
}
</style>