Shades of Pale Pink #FDDFE2
Tints of Pale Pink #FDDFE2
RGB
CMYK
RGB Variations
Color information
#FDDFE2 (or 0xFDDFE2) is known color: Pale Pink. HEX triplet: FD, DF and E2. RGB value is (253,223,226). Sum of RGB (Red+Green+Blue) = 253+223+226=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE2 is #02201D. Grayscale: #E8E8E8. Windows color (decimal): -139294 or 14868477. OLE color: 14868477.
HSL color Cylindrical-coordinate representation of color #FDDFE2: hue angle of 354º 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 #FDDFE2 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 226 | - |
CMYK | 0 | 0.12 | 0.11 | 0.01 |
HSL | 354º | 0.88% | 0.93% | - |
HSV(B) | 354º | 0.12% | 0.99% | - |
XYZ | 80.62 | 79.15 | 82.98 | - |
YUV | 232.31 | 124.44 | 142.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 226 | 0 | 0.12 | 0.11 | 0.01 | 354 | 0.88 | 0.93 |
Hex | FD | DF | E2 | 0 | C | B | 1 | 162 | 58 | 5D |
Octal | 375 | 337 | 342 | 0 | 14 | 13 | 1 | 542 | 130 | 135 |
Binary | 11111101 | 11011111 | 11100010 | 0 | 1100 | 1011 | 1 | 101100010 | 1011000 | 1011101 |
Color Harmonies of #FDDFE2
Complementary color
Monochromatic Colors of #FDDFE2
Black with #FDDFE2
Text Example
Text Example
White with #FDDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFE2; }
p { color: rgb(253,223,226); }
H1.HeaderClassName
{
color: #FDDFE2;
}
.AnyTagClassName
{
color: #FDDFE2;
}
</style>
background-color css
<style>
a { background-color: #FDDFE2; }
a { background-color: rgb(253,223,226); }
div.DivClassName
{
background-color: #FDDFE2;
}
.BgClassName
{
background-color: #FDDFE2;
}
</style>
border-color css
<style>
span { border-color: #FDDFE2; }
span { border-color: rgb(253,223,226); }
td.TdClassName
{
border-color: #FDDFE2;
}
.TagClassName
{
border-color: #FDDFE2;
}
</style>