Shades of Wisp Pink #FAEBE8
Tints of Wisp Pink #FAEBE8
RGB
CMYK
RGB Variations
Color information
#FAEBE8 (or 0xFAEBE8) is known color: Wisp Pink. HEX triplet: FA, EB and E8. RGB value is (250,235,232). Sum of RGB (Red+Green+Blue) = 250+235+232=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 235 (92.19% from 255 or 32.78% from 717); Blue value is 232 (91.02% from 255 or 32.36% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBE8 is #051417. Grayscale: #EFEFEF. Windows color (decimal): -332824 or 15264762. OLE color: 15264762.
HSL color Cylindrical-coordinate representation of color #FAEBE8: hue angle of 10º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAEBE8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 232 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.02 |
| HSL | 10º | 0.64% | 0.95% | - |
| HSV(B) | 10º | 0.07% | 0.98% | - |
| XYZ | 83.7 | 85.57 | 88.45 | - |
| YUV | 239.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 232 | 0 | 0.06 | 0.07 | 0.02 | 10 | 0.64 | 0.95 |
| Hex | FA | EB | E8 | 0 | 6 | 7 | 2 | A | 40 | 5F |
| Octal | 372 | 353 | 350 | 0 | 6 | 7 | 2 | 12 | 100 | 137 |
| Binary | 11111010 | 11101011 | 11101000 | 0 | 110 | 111 | 10 | 1010 | 1000000 | 1011111 |
Color Harmonies of #FAEBE8
Complementary color
Monochromatic Colors of #FAEBE8
Black with #FAEBE8
Text Example
Text Example
White with #FAEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBE8; }
p { color: rgb(250,235,232); }
H1.HeaderClassName
{
color: #FAEBE8;
}
.AnyTagClassName
{
color: #FAEBE8;
}
</style>
background-color css
<style>
a { background-color: #FAEBE8; }
a { background-color: rgb(250,235,232); }
div.DivClassName
{
background-color: #FAEBE8;
}
.BgClassName
{
background-color: #FAEBE8;
}
</style>
border-color css
<style>
span { border-color: #FAEBE8; }
span { border-color: rgb(250,235,232); }
td.TdClassName
{
border-color: #FAEBE8;
}
.TagClassName
{
border-color: #FAEBE8;
}
</style>