Shades of Pipi #FAE7BE
Tints of Pipi #FAE7BE
RGB
CMYK
RGB Variations
Color information
#FAE7BE (or 0xFAE7BE) is known color: Pipi. HEX triplet: FA, E7 and BE. RGB value is (250,231,190). Sum of RGB (Red+Green+Blue) = 250+231+190=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7BE is #051841. Grayscale: #E8E8E8. Windows color (decimal): -333890 or 12511226. OLE color: 12511226.
HSL color Cylindrical-coordinate representation of color #FAE7BE: hue angle of 41º 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 #FAE7BE is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 190 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.02 |
| HSL | 41º | 0.86% | 0.86% | - |
| HSV(B) | 41º | 0.24% | 0.98% | - |
| XYZ | 77.29 | 81.19 | 60.31 | - |
| YUV | 232.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 190 | 0 | 0.08 | 0.24 | 0.02 | 41 | 0.86 | 0.86 |
| Hex | FA | E7 | BE | 0 | 8 | 18 | 2 | 29 | 56 | 56 |
| Octal | 372 | 347 | 276 | 0 | 10 | 30 | 2 | 51 | 126 | 126 |
| Binary | 11111010 | 11100111 | 10111110 | 0 | 1000 | 11000 | 10 | 101001 | 1010110 | 1010110 |
Color Harmonies of #FAE7BE
Complementary color
Monochromatic Colors of #FAE7BE
Black with #FAE7BE
Text Example
Text Example
White with #FAE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7BE; }
p { color: rgb(250,231,190); }
H1.HeaderClassName
{
color: #FAE7BE;
}
.AnyTagClassName
{
color: #FAE7BE;
}
</style>
background-color css
<style>
a { background-color: #FAE7BE; }
a { background-color: rgb(250,231,190); }
div.DivClassName
{
background-color: #FAE7BE;
}
.BgClassName
{
background-color: #FAE7BE;
}
</style>
border-color css
<style>
span { border-color: #FAE7BE; }
span { border-color: rgb(250,231,190); }
td.TdClassName
{
border-color: #FAE7BE;
}
.TagClassName
{
border-color: #FAE7BE;
}
</style>