Shades of Pale Pink #FDDBDF
Tints of Pale Pink #FDDBDF
RGB
CMYK
RGB Variations
Color information
#FDDBDF (or 0xFDDBDF) is known color: Pale Pink. HEX triplet: FD, DB and DF. RGB value is (253,219,223). Sum of RGB (Red+Green+Blue) = 253+219+223=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBDF is #022420. Grayscale: #E5E5E5. Windows color (decimal): -140321 or 14670845. OLE color: 14670845.
HSL color Cylindrical-coordinate representation of color #FDDBDF: hue angle of 352.94º 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 #FDDBDF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 223 | - |
CMYK | 0 | 0.13 | 0.12 | 0.01 |
HSL | 352.94º | 0.89% | 0.93% | - |
HSV(B) | 352.94º | 0.13% | 0.99% | - |
XYZ | 79.16 | 76.87 | 80.48 | - |
YUV | 229.62 | 124.26 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 223 | 0 | 0.13 | 0.12 | 0.01 | 352.94 | 0.89 | 0.93 |
Hex | FD | DB | DF | 0 | D | C | 1 | 161 | 59 | 5D |
Octal | 375 | 333 | 337 | 0 | 15 | 14 | 1 | 541 | 131 | 135 |
Binary | 11111101 | 11011011 | 11011111 | 0 | 1101 | 1100 | 1 | 101100001 | 1011001 | 1011101 |
Color Harmonies of #FDDBDF
Complementary color
Monochromatic Colors of #FDDBDF
Black with #FDDBDF
Text Example
Text Example
White with #FDDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBDF; }
p { color: rgb(253,219,223); }
H1.HeaderClassName
{
color: #FDDBDF;
}
.AnyTagClassName
{
color: #FDDBDF;
}
</style>
background-color css
<style>
a { background-color: #FDDBDF; }
a { background-color: rgb(253,219,223); }
div.DivClassName
{
background-color: #FDDBDF;
}
.BgClassName
{
background-color: #FDDBDF;
}
</style>
border-color css
<style>
span { border-color: #FDDBDF; }
span { border-color: rgb(253,219,223); }
td.TdClassName
{
border-color: #FDDBDF;
}
.TagClassName
{
border-color: #FDDBDF;
}
</style>