Shades of Pale Pink #FFDDDF
Tints of Pale Pink #FFDDDF
RGB
CMYK
RGB Variations
Color information
#FFDDDF (or 0xFFDDDF) is known color: Pale Pink. HEX triplet: FF, DD and DF. RGB value is (255,221,223). Sum of RGB (Red+Green+Blue) = 255+221+223=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDDF is #002220. Grayscale: #E7E7E7. Windows color (decimal): -8737 or 14671359. OLE color: 14671359.
HSL color Cylindrical-coordinate representation of color #FFDDDF: hue angle of 356.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDDF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 223 | - |
CMYK | 0 | 0.13 | 0.13 | 0 |
HSL | 356.47º | 1% | 0.93% | - |
HSV(B) | 356.47º | 0.13% | 1% | - |
XYZ | 80.42 | 78.3 | 80.69 | - |
YUV | 231.39 | 123.26 | 144.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 223 | 0 | 0.13 | 0.13 | 0 | 356.47 | 1 | 0.93 |
Hex | FF | DD | DF | 0 | D | D | 0 | 164 | 64 | 5D |
Octal | 377 | 335 | 337 | 0 | 15 | 15 | 0 | 544 | 144 | 135 |
Binary | 11111111 | 11011101 | 11011111 | 0 | 1101 | 1101 | 0 | 101100100 | 1100100 | 1011101 |
Color Harmonies of #FFDDDF
Complementary color
Monochromatic Colors of #FFDDDF
Black with #FFDDDF
Text Example
Text Example
White with #FFDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDDF; }
p { color: rgb(255,221,223); }
H1.HeaderClassName
{
color: #FFDDDF;
}
.AnyTagClassName
{
color: #FFDDDF;
}
</style>
background-color css
<style>
a { background-color: #FFDDDF; }
a { background-color: rgb(255,221,223); }
div.DivClassName
{
background-color: #FFDDDF;
}
.BgClassName
{
background-color: #FFDDDF;
}
</style>
border-color css
<style>
span { border-color: #FFDDDF; }
span { border-color: rgb(255,221,223); }
td.TdClassName
{
border-color: #FFDDDF;
}
.TagClassName
{
border-color: #FFDDDF;
}
</style>