Shades of Pipi #FAE6BE
Tints of Pipi #FAE6BE
RGB
CMYK
RGB Variations
Color information
#FAE6BE (or 0xFAE6BE) is known color: Pipi. HEX triplet: FA, E6 and BE. RGB value is (250,230,190). Sum of RGB (Red+Green+Blue) = 250+230+190=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6BE is #051941. Grayscale: #E7E7E7. Windows color (decimal): -334146 or 12510970. OLE color: 12510970.
HSL color Cylindrical-coordinate representation of color #FAE6BE: hue angle of 40º 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 #FAE6BE is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 190 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.02 |
| HSL | 40º | 0.86% | 0.86% | - |
| HSV(B) | 40º | 0.24% | 0.98% | - |
| XYZ | 77.02 | 80.64 | 60.22 | - |
| YUV | 231.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 190 | 0 | 0.08 | 0.24 | 0.02 | 40 | 0.86 | 0.86 |
| Hex | FA | E6 | BE | 0 | 8 | 18 | 2 | 28 | 56 | 56 |
| Octal | 372 | 346 | 276 | 0 | 10 | 30 | 2 | 50 | 126 | 126 |
| Binary | 11111010 | 11100110 | 10111110 | 0 | 1000 | 11000 | 10 | 101000 | 1010110 | 1010110 |
Color Harmonies of #FAE6BE
Complementary color
Monochromatic Colors of #FAE6BE
Black with #FAE6BE
Text Example
Text Example
White with #FAE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6BE; }
p { color: rgb(250,230,190); }
H1.HeaderClassName
{
color: #FAE6BE;
}
.AnyTagClassName
{
color: #FAE6BE;
}
</style>
background-color css
<style>
a { background-color: #FAE6BE; }
a { background-color: rgb(250,230,190); }
div.DivClassName
{
background-color: #FAE6BE;
}
.BgClassName
{
background-color: #FAE6BE;
}
</style>
border-color css
<style>
span { border-color: #FAE6BE; }
span { border-color: rgb(250,230,190); }
td.TdClassName
{
border-color: #FAE6BE;
}
.TagClassName
{
border-color: #FAE6BE;
}
</style>