Shades of Pipi #FAE8BF
Tints of Pipi #FAE8BF
RGB
CMYK
RGB Variations
Color information
#FAE8BF (or 0xFAE8BF) is known color: Pipi. HEX triplet: FA, E8 and BF. RGB value is (250,232,191). Sum of RGB (Red+Green+Blue) = 250+232+191=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8BF is #051740. Grayscale: #E8E8E8. Windows color (decimal): -333633 or 12577018. OLE color: 12577018.
HSL color Cylindrical-coordinate representation of color #FAE8BF: hue angle of 41.69º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAE8BF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 191 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.02 |
| HSL | 41.69º | 0.86% | 0.86% | - |
| HSV(B) | 41.69º | 0.24% | 0.98% | - |
| XYZ | 77.68 | 81.8 | 60.98 | - |
| YUV | 232.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 191 | 0 | 0.07 | 0.24 | 0.02 | 41.69 | 0.86 | 0.86 |
| Hex | FA | E8 | BF | 0 | 7 | 18 | 2 | 2A | 56 | 56 |
| Octal | 372 | 350 | 277 | 0 | 7 | 30 | 2 | 52 | 126 | 126 |
| Binary | 11111010 | 11101000 | 10111111 | 0 | 111 | 11000 | 10 | 101010 | 1010110 | 1010110 |
Color Harmonies of #FAE8BF
Complementary color
Monochromatic Colors of #FAE8BF
Black with #FAE8BF
Text Example
Text Example
White with #FAE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8BF; }
p { color: rgb(250,232,191); }
H1.HeaderClassName
{
color: #FAE8BF;
}
.AnyTagClassName
{
color: #FAE8BF;
}
</style>
background-color css
<style>
a { background-color: #FAE8BF; }
a { background-color: rgb(250,232,191); }
div.DivClassName
{
background-color: #FAE8BF;
}
.BgClassName
{
background-color: #FAE8BF;
}
</style>
border-color css
<style>
span { border-color: #FAE8BF; }
span { border-color: rgb(250,232,191); }
td.TdClassName
{
border-color: #FAE8BF;
}
.TagClassName
{
border-color: #FAE8BF;
}
</style>