Shades of Pale Pink #FFDFE2
Tints of Pale Pink #FFDFE2
RGB
CMYK
RGB Variations
Color information
#FFDFE2 (or 0xFFDFE2) is known color: Pale Pink. HEX triplet: FF, DF and E2. RGB value is (255,223,226). Sum of RGB (Red+Green+Blue) = 255+223+226=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE2 is #00201D. Grayscale: #E8E8E8. Windows color (decimal): -8222 or 14868479. OLE color: 14868479.
HSL color Cylindrical-coordinate representation of color #FFDFE2: hue angle of 354.38º 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 #FFDFE2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 226 | - |
| CMYK | 0 | 0.13 | 0.11 | 0 |
| HSL | 354.38º | 1% | 0.94% | - |
| HSV(B) | 354.38º | 0.13% | 1% | - |
| XYZ | 81.36 | 79.53 | 83.01 | - |
| YUV | 232.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 226 | 0 | 0.13 | 0.11 | 0 | 354.38 | 1 | 0.94 |
| Hex | FF | DF | E2 | 0 | D | B | 0 | 162 | 64 | 5E |
| Octal | 377 | 337 | 342 | 0 | 15 | 13 | 0 | 542 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11100010 | 0 | 1101 | 1011 | 0 | 101100010 | 1100100 | 1011110 |
Color Harmonies of #FFDFE2
Complementary color
Monochromatic Colors of #FFDFE2
Black with #FFDFE2
Text Example
Text Example
White with #FFDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFE2; }
p { color: rgb(255,223,226); }
H1.HeaderClassName
{
color: #FFDFE2;
}
.AnyTagClassName
{
color: #FFDFE2;
}
</style>
background-color css
<style>
a { background-color: #FFDFE2; }
a { background-color: rgb(255,223,226); }
div.DivClassName
{
background-color: #FFDFE2;
}
.BgClassName
{
background-color: #FFDFE2;
}
</style>
border-color css
<style>
span { border-color: #FFDFE2; }
span { border-color: rgb(255,223,226); }
td.TdClassName
{
border-color: #FFDFE2;
}
.TagClassName
{
border-color: #FFDFE2;
}
</style>