Shades of Pipi #F3E5C5
Tints of Pipi #F3E5C5
RGB
CMYK
RGB Variations
Color information
#F3E5C5 (or 0xF3E5C5) is known color: Pipi. HEX triplet: F3, E5 and C5. RGB value is (243,229,197). Sum of RGB (Red+Green+Blue) = 243+229+197=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5C5 is #0C1A3A. Grayscale: #E5E5E5. Windows color (decimal): -793147 or 12969459. OLE color: 12969459.
HSL color Cylindrical-coordinate representation of color #F3E5C5: hue angle of 41.74º 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 #F3E5C5 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 197 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.05 |
| HSL | 41.74º | 0.66% | 0.86% | - |
| HSV(B) | 41.74º | 0.19% | 0.95% | - |
| XYZ | 75.06 | 79.12 | 64.14 | - |
| YUV | 229.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 197 | 0 | 0.06 | 0.19 | 0.05 | 41.74 | 0.66 | 0.86 |
| Hex | F3 | E5 | C5 | 0 | 6 | 13 | 5 | 2A | 42 | 56 |
| Octal | 363 | 345 | 305 | 0 | 6 | 23 | 5 | 52 | 102 | 126 |
| Binary | 11110011 | 11100101 | 11000101 | 0 | 110 | 10011 | 101 | 101010 | 1000010 | 1010110 |
Color Harmonies of #F3E5C5
Complementary color
Monochromatic Colors of #F3E5C5
Black with #F3E5C5
Text Example
Text Example
White with #F3E5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5C5; }
p { color: rgb(243,229,197); }
H1.HeaderClassName
{
color: #F3E5C5;
}
.AnyTagClassName
{
color: #F3E5C5;
}
</style>
background-color css
<style>
a { background-color: #F3E5C5; }
a { background-color: rgb(243,229,197); }
div.DivClassName
{
background-color: #F3E5C5;
}
.BgClassName
{
background-color: #F3E5C5;
}
</style>
border-color css
<style>
span { border-color: #F3E5C5; }
span { border-color: rgb(243,229,197); }
td.TdClassName
{
border-color: #F3E5C5;
}
.TagClassName
{
border-color: #F3E5C5;
}
</style>