Shades of Wisp Pink #FFEAE5
Tints of Wisp Pink #FFEAE5
RGB
CMYK
RGB Variations
Color information
#FFEAE5 (or 0xFFEAE5) is known color: Wisp Pink. HEX triplet: FF, EA and E5. RGB value is (255,234,229). Sum of RGB (Red+Green+Blue) = 255+234+229=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAE5 is #00151A. Grayscale: #EFEFEF. Windows color (decimal): -5403 or 15067903. OLE color: 15067903.
HSL color Cylindrical-coordinate representation of color #FFEAE5: hue angle of 11.54º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFEAE5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 229 | - |
| CMYK | 0 | 0.08 | 0.10 | 0 |
| HSL | 11.54º | 1% | 0.95% | - |
| HSV(B) | 11.54º | 0.1% | 1% | - |
| XYZ | 84.81 | 85.76 | 86.21 | - |
| YUV | 239.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 229 | 0 | 0.08 | 0.10 | 0 | 11.54 | 1 | 0.95 |
| Hex | FF | EA | E5 | 0 | 8 | A | 0 | C | 64 | 5F |
| Octal | 377 | 352 | 345 | 0 | 10 | 12 | 0 | 14 | 144 | 137 |
| Binary | 11111111 | 11101010 | 11100101 | 0 | 1000 | 1010 | 0 | 1100 | 1100100 | 1011111 |
Color Harmonies of #FFEAE5
Complementary color
Monochromatic Colors of #FFEAE5
Black with #FFEAE5
Text Example
Text Example
White with #FFEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAE5; }
p { color: rgb(255,234,229); }
H1.HeaderClassName
{
color: #FFEAE5;
}
.AnyTagClassName
{
color: #FFEAE5;
}
</style>
background-color css
<style>
a { background-color: #FFEAE5; }
a { background-color: rgb(255,234,229); }
div.DivClassName
{
background-color: #FFEAE5;
}
.BgClassName
{
background-color: #FFEAE5;
}
</style>
border-color css
<style>
span { border-color: #FFEAE5; }
span { border-color: rgb(255,234,229); }
td.TdClassName
{
border-color: #FFEAE5;
}
.TagClassName
{
border-color: #FFEAE5;
}
</style>