Shades of Pipi #F2E3C7
Tints of Pipi #F2E3C7
RGB
CMYK
RGB Variations
Color information
#F2E3C7 (or 0xF2E3C7) is known color: Pipi. HEX triplet: F2, E3 and C7. RGB value is (242,227,199). Sum of RGB (Red+Green+Blue) = 242+227+199=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3C7 is #0D1C38. Grayscale: #E4E4E4. Windows color (decimal): -859193 or 13100018. OLE color: 13100018.
HSL color Cylindrical-coordinate representation of color #F2E3C7: hue angle of 39.07º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2E3C7 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 199 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.05 |
| HSL | 39.07º | 0.62% | 0.86% | - |
| HSV(B) | 39.07º | 0.18% | 0.95% | - |
| XYZ | 74.4 | 77.94 | 65.16 | - |
| YUV | 228.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 199 | 0 | 0.06 | 0.18 | 0.05 | 39.07 | 0.62 | 0.86 |
| Hex | F2 | E3 | C7 | 0 | 6 | 12 | 5 | 27 | 3E | 56 |
| Octal | 362 | 343 | 307 | 0 | 6 | 22 | 5 | 47 | 76 | 126 |
| Binary | 11110010 | 11100011 | 11000111 | 0 | 110 | 10010 | 101 | 100111 | 111110 | 1010110 |
Color Harmonies of #F2E3C7
Complementary color
Monochromatic Colors of #F2E3C7
Black with #F2E3C7
Text Example
Text Example
White with #F2E3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3C7; }
p { color: rgb(242,227,199); }
H1.HeaderClassName
{
color: #F2E3C7;
}
.AnyTagClassName
{
color: #F2E3C7;
}
</style>
background-color css
<style>
a { background-color: #F2E3C7; }
a { background-color: rgb(242,227,199); }
div.DivClassName
{
background-color: #F2E3C7;
}
.BgClassName
{
background-color: #F2E3C7;
}
</style>
border-color css
<style>
span { border-color: #F2E3C7; }
span { border-color: rgb(242,227,199); }
td.TdClassName
{
border-color: #F2E3C7;
}
.TagClassName
{
border-color: #F2E3C7;
}
</style>