Shades of Pipi #FAE6BF
Tints of Pipi #FAE6BF
RGB
CMYK
RGB Variations
Color information
#FAE6BF (or 0xFAE6BF) is known color: Pipi. HEX triplet: FA, E6 and BF. RGB value is (250,230,191). Sum of RGB (Red+Green+Blue) = 250+230+191=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6BF is #051940. Grayscale: #E7E7E7. Windows color (decimal): -334145 or 12576506. OLE color: 12576506.
HSL color Cylindrical-coordinate representation of color #FAE6BF: hue angle of 39.66º 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 #FAE6BF is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 191 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.02 |
| HSL | 39.66º | 0.86% | 0.86% | - |
| HSV(B) | 39.66º | 0.24% | 0.98% | - |
| XYZ | 77.13 | 80.68 | 60.8 | - |
| YUV | 231.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 191 | 0 | 0.08 | 0.24 | 0.02 | 39.66 | 0.86 | 0.86 |
| Hex | FA | E6 | BF | 0 | 8 | 18 | 2 | 28 | 56 | 56 |
| Octal | 372 | 346 | 277 | 0 | 10 | 30 | 2 | 50 | 126 | 126 |
| Binary | 11111010 | 11100110 | 10111111 | 0 | 1000 | 11000 | 10 | 101000 | 1010110 | 1010110 |
Color Harmonies of #FAE6BF
Complementary color
Monochromatic Colors of #FAE6BF
Black with #FAE6BF
Text Example
Text Example
White with #FAE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6BF; }
p { color: rgb(250,230,191); }
H1.HeaderClassName
{
color: #FAE6BF;
}
.AnyTagClassName
{
color: #FAE6BF;
}
</style>
background-color css
<style>
a { background-color: #FAE6BF; }
a { background-color: rgb(250,230,191); }
div.DivClassName
{
background-color: #FAE6BF;
}
.BgClassName
{
background-color: #FAE6BF;
}
</style>
border-color css
<style>
span { border-color: #FAE6BF; }
span { border-color: rgb(250,230,191); }
td.TdClassName
{
border-color: #FAE6BF;
}
.TagClassName
{
border-color: #FAE6BF;
}
</style>