Shades of Wisp Pink #FDEDEA
Tints of Wisp Pink #FDEDEA
RGB
CMYK
RGB Variations
Color information
#FDEDEA (or 0xFDEDEA) is known color: Wisp Pink. HEX triplet: FD, ED and EA. RGB value is (253,237,234). Sum of RGB (Red+Green+Blue) = 253+237+234=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDEA is #021215. Grayscale: #F1F1F1. Windows color (decimal): -135702 or 15396349. OLE color: 15396349.
HSL color Cylindrical-coordinate representation of color #FDEDEA: hue angle of 9.47º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEDEA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 234 | - |
CMYK | 0 | 0.06 | 0.08 | 0.01 |
HSL | 9.47º | 0.83% | 0.95% | - |
HSV(B) | 9.47º | 0.08% | 0.99% | - |
XYZ | 85.64 | 87.39 | 90.2 | - |
YUV | 241.44 | 123.8 | 136.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 234 | 0 | 0.06 | 0.08 | 0.01 | 9.47 | 0.83 | 0.95 |
Hex | FD | ED | EA | 0 | 6 | 8 | 1 | 9 | 53 | 5F |
Octal | 375 | 355 | 352 | 0 | 6 | 10 | 1 | 11 | 123 | 137 |
Binary | 11111101 | 11101101 | 11101010 | 0 | 110 | 1000 | 1 | 1001 | 1010011 | 1011111 |
Color Harmonies of #FDEDEA
Complementary color
Monochromatic Colors of #FDEDEA
Black with #FDEDEA
Text Example
Text Example
White with #FDEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDEA; }
p { color: rgb(253,237,234); }
H1.HeaderClassName
{
color: #FDEDEA;
}
.AnyTagClassName
{
color: #FDEDEA;
}
</style>
background-color css
<style>
a { background-color: #FDEDEA; }
a { background-color: rgb(253,237,234); }
div.DivClassName
{
background-color: #FDEDEA;
}
.BgClassName
{
background-color: #FDEDEA;
}
</style>
border-color css
<style>
span { border-color: #FDEDEA; }
span { border-color: rgb(253,237,234); }
td.TdClassName
{
border-color: #FDEDEA;
}
.TagClassName
{
border-color: #FDEDEA;
}
</style>