Shades of Pipi #FAE7C1
Tints of Pipi #FAE7C1
RGB
CMYK
RGB Variations
Color information
#FAE7C1 (or 0xFAE7C1) is known color: Pipi. HEX triplet: FA, E7 and C1. RGB value is (250,231,193). Sum of RGB (Red+Green+Blue) = 250+231+193=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 193 (75.78% from 255 or 28.64% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7C1 is #05183E. Grayscale: #E8E8E8. Windows color (decimal): -333887 or 12707834. OLE color: 12707834.
HSL color Cylindrical-coordinate representation of color #FAE7C1: hue angle of 40º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAE7C1 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 193 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.02 |
| HSL | 40º | 0.85% | 0.87% | - |
| HSV(B) | 40º | 0.23% | 0.98% | - |
| XYZ | 77.63 | 81.33 | 62.06 | - |
| YUV | 232.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 193 | 0 | 0.08 | 0.23 | 0.02 | 40 | 0.85 | 0.87 |
| Hex | FA | E7 | C1 | 0 | 8 | 17 | 2 | 28 | 55 | 57 |
| Octal | 372 | 347 | 301 | 0 | 10 | 27 | 2 | 50 | 125 | 127 |
| Binary | 11111010 | 11100111 | 11000001 | 0 | 1000 | 10111 | 10 | 101000 | 1010101 | 1010111 |
Color Harmonies of #FAE7C1
Complementary color
Monochromatic Colors of #FAE7C1
Black with #FAE7C1
Text Example
Text Example
White with #FAE7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7C1; }
p { color: rgb(250,231,193); }
H1.HeaderClassName
{
color: #FAE7C1;
}
.AnyTagClassName
{
color: #FAE7C1;
}
</style>
background-color css
<style>
a { background-color: #FAE7C1; }
a { background-color: rgb(250,231,193); }
div.DivClassName
{
background-color: #FAE7C1;
}
.BgClassName
{
background-color: #FAE7C1;
}
</style>
border-color css
<style>
span { border-color: #FAE7C1; }
span { border-color: rgb(250,231,193); }
td.TdClassName
{
border-color: #FAE7C1;
}
.TagClassName
{
border-color: #FAE7C1;
}
</style>