Shades of Wisp Pink #FDECE7
Tints of Wisp Pink #FDECE7
RGB
CMYK
RGB Variations
Color information
#FDECE7 (or 0xFDECE7) is known color: Wisp Pink. HEX triplet: FD, EC and E7. RGB value is (253,236,231). Sum of RGB (Red+Green+Blue) = 253+236+231=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 231 (90.62% from 255 or 32.08% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECE7 is #021318. Grayscale: #F0F0F0. Windows color (decimal): -135961 or 15199485. OLE color: 15199485.
HSL color Cylindrical-coordinate representation of color #FDECE7: hue angle of 13.64º degrees, saturation: 0.85, 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 #FDECE7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 231 | - |
CMYK | 0 | 0.07 | 0.09 | 0.01 |
HSL | 13.64º | 0.85% | 0.95% | - |
HSV(B) | 13.64º | 0.09% | 0.99% | - |
XYZ | 84.93 | 86.64 | 87.85 | - |
YUV | 240.51 | 122.63 | 136.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 231 | 0 | 0.07 | 0.09 | 0.01 | 13.64 | 0.85 | 0.95 |
Hex | FD | EC | E7 | 0 | 7 | 9 | 1 | E | 55 | 5F |
Octal | 375 | 354 | 347 | 0 | 7 | 11 | 1 | 16 | 125 | 137 |
Binary | 11111101 | 11101100 | 11100111 | 0 | 111 | 1001 | 1 | 1110 | 1010101 | 1011111 |
Color Harmonies of #FDECE7
Complementary color
Monochromatic Colors of #FDECE7
Black with #FDECE7
Text Example
Text Example
White with #FDECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE7; }
p { color: rgb(253,236,231); }
H1.HeaderClassName
{
color: #FDECE7;
}
.AnyTagClassName
{
color: #FDECE7;
}
</style>
background-color css
<style>
a { background-color: #FDECE7; }
a { background-color: rgb(253,236,231); }
div.DivClassName
{
background-color: #FDECE7;
}
.BgClassName
{
background-color: #FDECE7;
}
</style>
border-color css
<style>
span { border-color: #FDECE7; }
span { border-color: rgb(253,236,231); }
td.TdClassName
{
border-color: #FDECE7;
}
.TagClassName
{
border-color: #FDECE7;
}
</style>