Shades of Pale Pink #FDE6E7
Tints of Pale Pink #FDE6E7
RGB
CMYK
RGB Variations
Color information
#FDE6E7 (or 0xFDE6E7) is known color: Pale Pink. HEX triplet: FD, E6 and E7. RGB value is (253,230,231). Sum of RGB (Red+Green+Blue) = 253+230+231=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 230 (90.23% from 255 or 32.21% from 714); Blue value is 231 (90.62% from 255 or 32.35% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6E7 is #021918. Grayscale: #EDEDED. Windows color (decimal): -137497 or 15197949. OLE color: 15197949.
HSL color Cylindrical-coordinate representation of color #FDE6E7: hue angle of 357.39º 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 #FDE6E7 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 231 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.01 |
| HSL | 357.39º | 0.85% | 0.95% | - |
| HSV(B) | 357.39º | 0.09% | 0.99% | - |
| XYZ | 83.23 | 83.25 | 87.28 | - |
| YUV | 236.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 231 | 0 | 0.09 | 0.09 | 0.01 | 357.39 | 0.85 | 0.95 |
| Hex | FD | E6 | E7 | 0 | 9 | 9 | 1 | 165 | 55 | 5F |
| Octal | 375 | 346 | 347 | 0 | 11 | 11 | 1 | 545 | 125 | 137 |
| Binary | 11111101 | 11100110 | 11100111 | 0 | 1001 | 1001 | 1 | 101100101 | 1010101 | 1011111 |
Color Harmonies of #FDE6E7
Complementary color
Monochromatic Colors of #FDE6E7
Black with #FDE6E7
Text Example
Text Example
White with #FDE6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6E7; }
p { color: rgb(253,230,231); }
H1.HeaderClassName
{
color: #FDE6E7;
}
.AnyTagClassName
{
color: #FDE6E7;
}
</style>
background-color css
<style>
a { background-color: #FDE6E7; }
a { background-color: rgb(253,230,231); }
div.DivClassName
{
background-color: #FDE6E7;
}
.BgClassName
{
background-color: #FDE6E7;
}
</style>
border-color css
<style>
span { border-color: #FDE6E7; }
span { border-color: rgb(253,230,231); }
td.TdClassName
{
border-color: #FDE6E7;
}
.TagClassName
{
border-color: #FDE6E7;
}
</style>