Shades of Wisp Pink #FEEAE5
Tints of Wisp Pink #FEEAE5
RGB
CMYK
RGB Variations
Color information
#FEEAE5 (or 0xFEEAE5) is known color: Wisp Pink. HEX triplet: FE, EA and E5. RGB value is (254,234,229). Sum of RGB (Red+Green+Blue) = 254+234+229=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE5 is #01151A. Grayscale: #EFEFEF. Windows color (decimal): -70939 or 15067902. OLE color: 15067902.
HSL color Cylindrical-coordinate representation of color #FEEAE5: hue angle of 12º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEEAE5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 229 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.00 |
| HSL | 12º | 0.93% | 0.95% | - |
| HSV(B) | 12º | 0.1% | 1% | - |
| XYZ | 84.44 | 85.57 | 86.2 | - |
| YUV | 239.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 229 | 0 | 0.08 | 0.10 | 0.00 | 12 | 0.93 | 0.95 |
| Hex | FE | EA | E5 | 0 | 8 | A | 0 | C | 5D | 5F |
| Octal | 376 | 352 | 345 | 0 | 10 | 12 | 0 | 14 | 135 | 137 |
| Binary | 11111110 | 11101010 | 11100101 | 0 | 1000 | 1010 | 0 | 1100 | 1011101 | 1011111 |
Color Harmonies of #FEEAE5
Complementary color
Monochromatic Colors of #FEEAE5
Black with #FEEAE5
Text Example
Text Example
White with #FEEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAE5; }
p { color: rgb(254,234,229); }
H1.HeaderClassName
{
color: #FEEAE5;
}
.AnyTagClassName
{
color: #FEEAE5;
}
</style>
background-color css
<style>
a { background-color: #FEEAE5; }
a { background-color: rgb(254,234,229); }
div.DivClassName
{
background-color: #FEEAE5;
}
.BgClassName
{
background-color: #FEEAE5;
}
</style>
border-color css
<style>
span { border-color: #FEEAE5; }
span { border-color: rgb(254,234,229); }
td.TdClassName
{
border-color: #FEEAE5;
}
.TagClassName
{
border-color: #FEEAE5;
}
</style>