Shades of Pipi #F2E1C3
Tints of Pipi #F2E1C3
RGB
CMYK
RGB Variations
Color information
#F2E1C3 (or 0xF2E1C3) is known color: Pipi. HEX triplet: F2, E1 and C3. RGB value is (242,225,195). Sum of RGB (Red+Green+Blue) = 242+225+195=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 195 (76.56% from 255 or 29.46% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1C3 is #0D1E3C. Grayscale: #E2E2E2. Windows color (decimal): -859709 or 12837362. OLE color: 12837362.
HSL color Cylindrical-coordinate representation of color #F2E1C3: hue angle of 38.3º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2E1C3 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 195 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.05 |
| HSL | 38.3º | 0.64% | 0.86% | - |
| HSV(B) | 38.3º | 0.19% | 0.95% | - |
| XYZ | 73.39 | 76.67 | 62.56 | - |
| YUV | 226.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 195 | 0 | 0.07 | 0.19 | 0.05 | 38.3 | 0.64 | 0.86 |
| Hex | F2 | E1 | C3 | 0 | 7 | 13 | 5 | 26 | 40 | 56 |
| Octal | 362 | 341 | 303 | 0 | 7 | 23 | 5 | 46 | 100 | 126 |
| Binary | 11110010 | 11100001 | 11000011 | 0 | 111 | 10011 | 101 | 100110 | 1000000 | 1010110 |
Color Harmonies of #F2E1C3
Complementary color
Monochromatic Colors of #F2E1C3
Black with #F2E1C3
Text Example
Text Example
White with #F2E1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1C3; }
p { color: rgb(242,225,195); }
H1.HeaderClassName
{
color: #F2E1C3;
}
.AnyTagClassName
{
color: #F2E1C3;
}
</style>
background-color css
<style>
a { background-color: #F2E1C3; }
a { background-color: rgb(242,225,195); }
div.DivClassName
{
background-color: #F2E1C3;
}
.BgClassName
{
background-color: #F2E1C3;
}
</style>
border-color css
<style>
span { border-color: #F2E1C3; }
span { border-color: rgb(242,225,195); }
td.TdClassName
{
border-color: #F2E1C3;
}
.TagClassName
{
border-color: #F2E1C3;
}
</style>