Shades of Wisp Pink #FDEAE5
Tints of Wisp Pink #FDEAE5
RGB
CMYK
RGB Variations
Color information
#FDEAE5 (or 0xFDEAE5) is known color: Wisp Pink. HEX triplet: FD, EA and E5. RGB value is (253,234,229). Sum of RGB (Red+Green+Blue) = 253+234+229=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAE5 is #02151A. Grayscale: #EFEFEF. Windows color (decimal): -136475 or 15067901. OLE color: 15067901.
HSL color Cylindrical-coordinate representation of color #FDEAE5: hue angle of 12.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDEAE5 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 229 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.01 |
| HSL | 12.5º | 0.86% | 0.95% | - |
| HSV(B) | 12.5º | 0.09% | 0.99% | - |
| XYZ | 84.07 | 85.39 | 86.18 | - |
| YUV | 239.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 229 | 0 | 0.08 | 0.09 | 0.01 | 12.5 | 0.86 | 0.95 |
| Hex | FD | EA | E5 | 0 | 8 | 9 | 1 | C | 56 | 5F |
| Octal | 375 | 352 | 345 | 0 | 10 | 11 | 1 | 14 | 126 | 137 |
| Binary | 11111101 | 11101010 | 11100101 | 0 | 1000 | 1001 | 1 | 1100 | 1010110 | 1011111 |
Color Harmonies of #FDEAE5
Complementary color
Monochromatic Colors of #FDEAE5
Black with #FDEAE5
Text Example
Text Example
White with #FDEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAE5; }
p { color: rgb(253,234,229); }
H1.HeaderClassName
{
color: #FDEAE5;
}
.AnyTagClassName
{
color: #FDEAE5;
}
</style>
background-color css
<style>
a { background-color: #FDEAE5; }
a { background-color: rgb(253,234,229); }
div.DivClassName
{
background-color: #FDEAE5;
}
.BgClassName
{
background-color: #FDEAE5;
}
</style>
border-color css
<style>
span { border-color: #FDEAE5; }
span { border-color: rgb(253,234,229); }
td.TdClassName
{
border-color: #FDEAE5;
}
.TagClassName
{
border-color: #FDEAE5;
}
</style>