Shades of Wisp Pink #FAE8E3
Tints of Wisp Pink #FAE8E3
RGB
CMYK
RGB Variations
Color information
#FAE8E3 (or 0xFAE8E3) is known color: Wisp Pink. HEX triplet: FA, E8 and E3. RGB value is (250,232,227). Sum of RGB (Red+Green+Blue) = 250+232+227=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 227 (89.06% from 255 or 32.02% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8E3 is #05171C. Grayscale: #ECECEC. Windows color (decimal): -333597 or 14936314. OLE color: 14936314.
HSL color Cylindrical-coordinate representation of color #FAE8E3: hue angle of 13.04º degrees, saturation: 0.7, 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 #FAE8E3 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 227 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.02 |
| HSL | 13.04º | 0.7% | 0.94% | - |
| HSV(B) | 13.04º | 0.09% | 0.98% | - |
| XYZ | 82.15 | 83.58 | 84.48 | - |
| YUV | 236.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 227 | 0 | 0.07 | 0.09 | 0.02 | 13.04 | 0.7 | 0.94 |
| Hex | FA | E8 | E3 | 0 | 7 | 9 | 2 | D | 46 | 5E |
| Octal | 372 | 350 | 343 | 0 | 7 | 11 | 2 | 15 | 106 | 136 |
| Binary | 11111010 | 11101000 | 11100011 | 0 | 111 | 1001 | 10 | 1101 | 1000110 | 1011110 |
Color Harmonies of #FAE8E3
Complementary color
Monochromatic Colors of #FAE8E3
Black with #FAE8E3
Text Example
Text Example
White with #FAE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8E3; }
p { color: rgb(250,232,227); }
H1.HeaderClassName
{
color: #FAE8E3;
}
.AnyTagClassName
{
color: #FAE8E3;
}
</style>
background-color css
<style>
a { background-color: #FAE8E3; }
a { background-color: rgb(250,232,227); }
div.DivClassName
{
background-color: #FAE8E3;
}
.BgClassName
{
background-color: #FAE8E3;
}
</style>
border-color css
<style>
span { border-color: #FAE8E3; }
span { border-color: rgb(250,232,227); }
td.TdClassName
{
border-color: #FAE8E3;
}
.TagClassName
{
border-color: #FAE8E3;
}
</style>