Shades of Wisp Pink #FAE8E4
Tints of Wisp Pink #FAE8E4
RGB
CMYK
RGB Variations
Color information
#FAE8E4 (or 0xFAE8E4) is known color: Wisp Pink. HEX triplet: FA, E8 and E4. RGB value is (250,232,228). Sum of RGB (Red+Green+Blue) = 250+232+228=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 228 (89.45% from 255 or 32.11% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8E4 is #05171B. Grayscale: #ECECEC. Windows color (decimal): -333596 or 15001850. OLE color: 15001850.
HSL color Cylindrical-coordinate representation of color #FAE8E4: hue angle of 10.91º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE8E4 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 228 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.02 |
| HSL | 10.91º | 0.69% | 0.94% | - |
| HSV(B) | 10.91º | 0.09% | 0.98% | - |
| XYZ | 82.28 | 83.64 | 85.21 | - |
| YUV | 236.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 228 | 0 | 0.07 | 0.09 | 0.02 | 10.91 | 0.69 | 0.94 |
| Hex | FA | E8 | E4 | 0 | 7 | 9 | 2 | B | 45 | 5E |
| Octal | 372 | 350 | 344 | 0 | 7 | 11 | 2 | 13 | 105 | 136 |
| Binary | 11111010 | 11101000 | 11100100 | 0 | 111 | 1001 | 10 | 1011 | 1000101 | 1011110 |
Color Harmonies of #FAE8E4
Complementary color
Monochromatic Colors of #FAE8E4
Black with #FAE8E4
Text Example
Text Example
White with #FAE8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8E4; }
p { color: rgb(250,232,228); }
H1.HeaderClassName
{
color: #FAE8E4;
}
.AnyTagClassName
{
color: #FAE8E4;
}
</style>
background-color css
<style>
a { background-color: #FAE8E4; }
a { background-color: rgb(250,232,228); }
div.DivClassName
{
background-color: #FAE8E4;
}
.BgClassName
{
background-color: #FAE8E4;
}
</style>
border-color css
<style>
span { border-color: #FAE8E4; }
span { border-color: rgb(250,232,228); }
td.TdClassName
{
border-color: #FAE8E4;
}
.TagClassName
{
border-color: #FAE8E4;
}
</style>