Shades of Pale Pink #FFDFE1
Tints of Pale Pink #FFDFE1
RGB
CMYK
RGB Variations
Color information
#FFDFE1 (or 0xFFDFE1) is known color: Pale Pink. HEX triplet: FF, DF and E1. RGB value is (255,223,225). Sum of RGB (Red+Green+Blue) = 255+223+225=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE1 is #00201E. Grayscale: #E8E8E8. Windows color (decimal): -8223 or 14802943. OLE color: 14802943.
HSL color Cylindrical-coordinate representation of color #FFDFE1: hue angle of 356.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFE1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 225 | - |
| CMYK | 0 | 0.13 | 0.12 | 0 |
| HSL | 356.25º | 1% | 0.94% | - |
| HSV(B) | 356.25º | 0.13% | 1% | - |
| XYZ | 81.22 | 79.47 | 82.29 | - |
| YUV | 232.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 225 | 0 | 0.13 | 0.12 | 0 | 356.25 | 1 | 0.94 |
| Hex | FF | DF | E1 | 0 | D | C | 0 | 164 | 64 | 5E |
| Octal | 377 | 337 | 341 | 0 | 15 | 14 | 0 | 544 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11100001 | 0 | 1101 | 1100 | 0 | 101100100 | 1100100 | 1011110 |
Color Harmonies of #FFDFE1
Complementary color
Monochromatic Colors of #FFDFE1
Black with #FFDFE1
Text Example
Text Example
White with #FFDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFE1; }
p { color: rgb(255,223,225); }
H1.HeaderClassName
{
color: #FFDFE1;
}
.AnyTagClassName
{
color: #FFDFE1;
}
</style>
background-color css
<style>
a { background-color: #FFDFE1; }
a { background-color: rgb(255,223,225); }
div.DivClassName
{
background-color: #FFDFE1;
}
.BgClassName
{
background-color: #FFDFE1;
}
</style>
border-color css
<style>
span { border-color: #FFDFE1; }
span { border-color: rgb(255,223,225); }
td.TdClassName
{
border-color: #FFDFE1;
}
.TagClassName
{
border-color: #FFDFE1;
}
</style>