Shades of Pipi #FAE8C5
Tints of Pipi #FAE8C5
RGB
CMYK
RGB Variations
Color information
#FAE8C5 (or 0xFAE8C5) is known color: Pipi. HEX triplet: FA, E8 and C5. RGB value is (250,232,197). Sum of RGB (Red+Green+Blue) = 250+232+197=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 197 (77.34% from 255 or 29.01% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8C5 is #05173A. Grayscale: #E9E9E9. Windows color (decimal): -333627 or 12970234. OLE color: 12970234.
HSL color Cylindrical-coordinate representation of color #FAE8C5: hue angle of 39.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE8C5 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 197 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.02 |
| HSL | 39.62º | 0.84% | 0.88% | - |
| HSV(B) | 39.62º | 0.21% | 0.98% | - |
| XYZ | 78.36 | 82.07 | 64.53 | - |
| YUV | 233.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 197 | 0 | 0.07 | 0.21 | 0.02 | 39.62 | 0.84 | 0.88 |
| Hex | FA | E8 | C5 | 0 | 7 | 15 | 2 | 28 | 54 | 58 |
| Octal | 372 | 350 | 305 | 0 | 7 | 25 | 2 | 50 | 124 | 130 |
| Binary | 11111010 | 11101000 | 11000101 | 0 | 111 | 10101 | 10 | 101000 | 1010100 | 1011000 |
Color Harmonies of #FAE8C5
Complementary color
Monochromatic Colors of #FAE8C5
Black with #FAE8C5
Text Example
Text Example
White with #FAE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8C5; }
p { color: rgb(250,232,197); }
H1.HeaderClassName
{
color: #FAE8C5;
}
.AnyTagClassName
{
color: #FAE8C5;
}
</style>
background-color css
<style>
a { background-color: #FAE8C5; }
a { background-color: rgb(250,232,197); }
div.DivClassName
{
background-color: #FAE8C5;
}
.BgClassName
{
background-color: #FAE8C5;
}
</style>
border-color css
<style>
span { border-color: #FAE8C5; }
span { border-color: rgb(250,232,197); }
td.TdClassName
{
border-color: #FAE8C5;
}
.TagClassName
{
border-color: #FAE8C5;
}
</style>