Shades of Pipi #F2E5CB
Tints of Pipi #F2E5CB
RGB
CMYK
RGB Variations
Color information
#F2E5CB (or 0xF2E5CB) is known color: Pipi. HEX triplet: F2, E5 and CB. RGB value is (242,229,203). Sum of RGB (Red+Green+Blue) = 242+229+203=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5CB is #0D1A34. Grayscale: #E6E6E6. Windows color (decimal): -858677 or 13362674. OLE color: 13362674.
HSL color Cylindrical-coordinate representation of color #F2E5CB: hue angle of 40º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2E5CB is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 203 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.05 |
| HSL | 40º | 0.6% | 0.87% | - |
| HSV(B) | 40º | 0.16% | 0.95% | - |
| XYZ | 75.42 | 79.23 | 67.82 | - |
| YUV | 229.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 203 | 0 | 0.05 | 0.16 | 0.05 | 40 | 0.6 | 0.87 |
| Hex | F2 | E5 | CB | 0 | 5 | 10 | 5 | 28 | 3C | 57 |
| Octal | 362 | 345 | 313 | 0 | 5 | 20 | 5 | 50 | 74 | 127 |
| Binary | 11110010 | 11100101 | 11001011 | 0 | 101 | 10000 | 101 | 101000 | 111100 | 1010111 |
Color Harmonies of #F2E5CB
Complementary color
Monochromatic Colors of #F2E5CB
Black with #F2E5CB
Text Example
Text Example
White with #F2E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5CB; }
p { color: rgb(242,229,203); }
H1.HeaderClassName
{
color: #F2E5CB;
}
.AnyTagClassName
{
color: #F2E5CB;
}
</style>
background-color css
<style>
a { background-color: #F2E5CB; }
a { background-color: rgb(242,229,203); }
div.DivClassName
{
background-color: #F2E5CB;
}
.BgClassName
{
background-color: #F2E5CB;
}
</style>
border-color css
<style>
span { border-color: #F2E5CB; }
span { border-color: rgb(242,229,203); }
td.TdClassName
{
border-color: #F2E5CB;
}
.TagClassName
{
border-color: #F2E5CB;
}
</style>