Shades of Wisp Pink #FAE9E4
Tints of Wisp Pink #FAE9E4
RGB
CMYK
RGB Variations
Color information
#FAE9E4 (or 0xFAE9E4) is known color: Wisp Pink. HEX triplet: FA, E9 and E4. RGB value is (250,233,228). Sum of RGB (Red+Green+Blue) = 250+233+228=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9E4 is #05161B. Grayscale: #EDEDED. Windows color (decimal): -333340 or 15002106. OLE color: 15002106.
HSL color Cylindrical-coordinate representation of color #FAE9E4: hue angle of 13.64º 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 #FAE9E4 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 228 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.02 |
| HSL | 13.64º | 0.69% | 0.94% | - |
| HSV(B) | 13.64º | 0.09% | 0.98% | - |
| XYZ | 82.57 | 84.2 | 85.3 | - |
| YUV | 237.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 228 | 0 | 0.07 | 0.09 | 0.02 | 13.64 | 0.69 | 0.94 |
| Hex | FA | E9 | E4 | 0 | 7 | 9 | 2 | E | 45 | 5E |
| Octal | 372 | 351 | 344 | 0 | 7 | 11 | 2 | 16 | 105 | 136 |
| Binary | 11111010 | 11101001 | 11100100 | 0 | 111 | 1001 | 10 | 1110 | 1000101 | 1011110 |
Color Harmonies of #FAE9E4
Complementary color
Monochromatic Colors of #FAE9E4
Black with #FAE9E4
Text Example
Text Example
White with #FAE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9E4; }
p { color: rgb(250,233,228); }
H1.HeaderClassName
{
color: #FAE9E4;
}
.AnyTagClassName
{
color: #FAE9E4;
}
</style>
background-color css
<style>
a { background-color: #FAE9E4; }
a { background-color: rgb(250,233,228); }
div.DivClassName
{
background-color: #FAE9E4;
}
.BgClassName
{
background-color: #FAE9E4;
}
</style>
border-color css
<style>
span { border-color: #FAE9E4; }
span { border-color: rgb(250,233,228); }
td.TdClassName
{
border-color: #FAE9E4;
}
.TagClassName
{
border-color: #FAE9E4;
}
</style>