Shades of Pale Pink #FDDFE1
Tints of Pale Pink #FDDFE1
RGB
CMYK
RGB Variations
Color information
#FDDFE1 (or 0xFDDFE1) is known color: Pale Pink. HEX triplet: FD, DF and E1. RGB value is (253,223,225). Sum of RGB (Red+Green+Blue) = 253+223+225=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE1 is #02201E. Grayscale: #E8E8E8. Windows color (decimal): -139295 or 14802941. OLE color: 14802941.
HSL color Cylindrical-coordinate representation of color #FDDFE1: hue angle of 356º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDFE1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 225 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.01 |
| HSL | 356º | 0.88% | 0.93% | - |
| HSV(B) | 356º | 0.12% | 0.99% | - |
| XYZ | 80.49 | 79.09 | 82.26 | - |
| YUV | 232.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 225 | 0 | 0.12 | 0.11 | 0.01 | 356 | 0.88 | 0.93 |
| Hex | FD | DF | E1 | 0 | C | B | 1 | 164 | 58 | 5D |
| Octal | 375 | 337 | 341 | 0 | 14 | 13 | 1 | 544 | 130 | 135 |
| Binary | 11111101 | 11011111 | 11100001 | 0 | 1100 | 1011 | 1 | 101100100 | 1011000 | 1011101 |
Color Harmonies of #FDDFE1
Complementary color
Monochromatic Colors of #FDDFE1
Black with #FDDFE1
Text Example
Text Example
White with #FDDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFE1; }
p { color: rgb(253,223,225); }
H1.HeaderClassName
{
color: #FDDFE1;
}
.AnyTagClassName
{
color: #FDDFE1;
}
</style>
background-color css
<style>
a { background-color: #FDDFE1; }
a { background-color: rgb(253,223,225); }
div.DivClassName
{
background-color: #FDDFE1;
}
.BgClassName
{
background-color: #FDDFE1;
}
</style>
border-color css
<style>
span { border-color: #FDDFE1; }
span { border-color: rgb(253,223,225); }
td.TdClassName
{
border-color: #FDDFE1;
}
.TagClassName
{
border-color: #FDDFE1;
}
</style>