Shades of Pipi #F3E4C5
Tints of Pipi #F3E4C5
RGB
CMYK
RGB Variations
Color information
#F3E4C5 (or 0xF3E4C5) is known color: Pipi. HEX triplet: F3, E4 and C5. RGB value is (243,228,197). Sum of RGB (Red+Green+Blue) = 243+228+197=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E4C5 is #0C1B3A. Grayscale: #E5E5E5. Windows color (decimal): -793403 or 12969203. OLE color: 12969203.
HSL color Cylindrical-coordinate representation of color #F3E4C5: hue angle of 40.43º degrees, saturation: 0.66, 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 #F3E4C5 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 228 | 197 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.05 |
| HSL | 40.43º | 0.66% | 0.86% | - |
| HSV(B) | 40.43º | 0.19% | 0.95% | - |
| XYZ | 74.78 | 78.57 | 64.05 | - |
| YUV | 228.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 197 | 0 | 0.06 | 0.19 | 0.05 | 40.43 | 0.66 | 0.86 |
| Hex | F3 | E4 | C5 | 0 | 6 | 13 | 5 | 28 | 42 | 56 |
| Octal | 363 | 344 | 305 | 0 | 6 | 23 | 5 | 50 | 102 | 126 |
| Binary | 11110011 | 11100100 | 11000101 | 0 | 110 | 10011 | 101 | 101000 | 1000010 | 1010110 |
Color Harmonies of #F3E4C5
Complementary color
Monochromatic Colors of #F3E4C5
Black with #F3E4C5
Text Example
Text Example
White with #F3E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E4C5; }
p { color: rgb(243,228,197); }
H1.HeaderClassName
{
color: #F3E4C5;
}
.AnyTagClassName
{
color: #F3E4C5;
}
</style>
background-color css
<style>
a { background-color: #F3E4C5; }
a { background-color: rgb(243,228,197); }
div.DivClassName
{
background-color: #F3E4C5;
}
.BgClassName
{
background-color: #F3E4C5;
}
</style>
border-color css
<style>
span { border-color: #F3E4C5; }
span { border-color: rgb(243,228,197); }
td.TdClassName
{
border-color: #F3E4C5;
}
.TagClassName
{
border-color: #F3E4C5;
}
</style>