Shades of Pale Pink #FDDDDF
Tints of Pale Pink #FDDDDF
RGB
CMYK
RGB Variations
Color information
#FDDDDF (or 0xFDDDDF) is known color: Pale Pink. HEX triplet: FD, DD and DF. RGB value is (253,221,223). Sum of RGB (Red+Green+Blue) = 253+221+223=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDDF is #022220. Grayscale: #E6E6E6. Windows color (decimal): -139809 or 14671357. OLE color: 14671357.
HSL color Cylindrical-coordinate representation of color #FDDDDF: hue angle of 356.25º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDDF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 223 | - |
CMYK | 0 | 0.13 | 0.12 | 0.01 |
HSL | 356.25º | 0.89% | 0.93% | - |
HSV(B) | 356.25º | 0.13% | 0.99% | - |
XYZ | 79.68 | 77.92 | 80.65 | - |
YUV | 230.8 | 123.6 | 143.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 223 | 0 | 0.13 | 0.12 | 0.01 | 356.25 | 0.89 | 0.93 |
Hex | FD | DD | DF | 0 | D | C | 1 | 164 | 59 | 5D |
Octal | 375 | 335 | 337 | 0 | 15 | 14 | 1 | 544 | 131 | 135 |
Binary | 11111101 | 11011101 | 11011111 | 0 | 1101 | 1100 | 1 | 101100100 | 1011001 | 1011101 |
Color Harmonies of #FDDDDF
Complementary color
Monochromatic Colors of #FDDDDF
Black with #FDDDDF
Text Example
Text Example
White with #FDDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDDF; }
p { color: rgb(253,221,223); }
H1.HeaderClassName
{
color: #FDDDDF;
}
.AnyTagClassName
{
color: #FDDDDF;
}
</style>
background-color css
<style>
a { background-color: #FDDDDF; }
a { background-color: rgb(253,221,223); }
div.DivClassName
{
background-color: #FDDDDF;
}
.BgClassName
{
background-color: #FDDDDF;
}
</style>
border-color css
<style>
span { border-color: #FDDDDF; }
span { border-color: rgb(253,221,223); }
td.TdClassName
{
border-color: #FDDDDF;
}
.TagClassName
{
border-color: #FDDDDF;
}
</style>