Shades of Wisp Pink #FDEAE3
Tints of Wisp Pink #FDEAE3
RGB
CMYK
RGB Variations
Color information
#FDEAE3 (or 0xFDEAE3) is known color: Wisp Pink. HEX triplet: FD, EA and E3. RGB value is (253,234,227). Sum of RGB (Red+Green+Blue) = 253+234+227=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 227 (89.06% from 255 or 31.79% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAE3 is #02151C. Grayscale: #EEEEEE. Windows color (decimal): -136477 or 14936829. OLE color: 14936829.
HSL color Cylindrical-coordinate representation of color #FDEAE3: hue angle of 16.15º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDEAE3 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 227 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.01 |
| HSL | 16.15º | 0.87% | 0.94% | - |
| HSV(B) | 16.15º | 0.1% | 0.99% | - |
| XYZ | 83.8 | 85.27 | 84.72 | - |
| YUV | 238.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 227 | 0 | 0.08 | 0.10 | 0.01 | 16.15 | 0.87 | 0.94 |
| Hex | FD | EA | E3 | 0 | 8 | A | 1 | 10 | 57 | 5E |
| Octal | 375 | 352 | 343 | 0 | 10 | 12 | 1 | 20 | 127 | 136 |
| Binary | 11111101 | 11101010 | 11100011 | 0 | 1000 | 1010 | 1 | 10000 | 1010111 | 1011110 |
Color Harmonies of #FDEAE3
Complementary color
Monochromatic Colors of #FDEAE3
Black with #FDEAE3
Text Example
Text Example
White with #FDEAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAE3; }
p { color: rgb(253,234,227); }
H1.HeaderClassName
{
color: #FDEAE3;
}
.AnyTagClassName
{
color: #FDEAE3;
}
</style>
background-color css
<style>
a { background-color: #FDEAE3; }
a { background-color: rgb(253,234,227); }
div.DivClassName
{
background-color: #FDEAE3;
}
.BgClassName
{
background-color: #FDEAE3;
}
</style>
border-color css
<style>
span { border-color: #FDEAE3; }
span { border-color: rgb(253,234,227); }
td.TdClassName
{
border-color: #FDEAE3;
}
.TagClassName
{
border-color: #FDEAE3;
}
</style>