Shades of Pale Pink #FDD7DD
Tints of Pale Pink #FDD7DD
RGB
CMYK
RGB Variations
Color information
#FDD7DD (or 0xFDD7DD) is known color: Pale Pink. HEX triplet: FD, D7 and DD. RGB value is (253,215,221). Sum of RGB (Red+Green+Blue) = 253+215+221=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7DD is #022822. Grayscale: #E3E3E3. Windows color (decimal): -141347 or 14538749. OLE color: 14538749.
HSL color Cylindrical-coordinate representation of color #FDD7DD: hue angle of 350.53º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7DD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 221 | - |
CMYK | 0 | 0.15 | 0.13 | 0.01 |
HSL | 350.53º | 0.9% | 0.92% | - |
HSV(B) | 350.53º | 0.15% | 0.99% | - |
XYZ | 77.86 | 74.7 | 78.72 | - |
YUV | 227.05 | 124.59 | 146.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 221 | 0 | 0.15 | 0.13 | 0.01 | 350.53 | 0.9 | 0.92 |
Hex | FD | D7 | DD | 0 | F | D | 1 | 15F | 5A | 5C |
Octal | 375 | 327 | 335 | 0 | 17 | 15 | 1 | 537 | 132 | 134 |
Binary | 11111101 | 11010111 | 11011101 | 0 | 1111 | 1101 | 1 | 101011111 | 1011010 | 1011100 |
Color Harmonies of #FDD7DD
Complementary color
Monochromatic Colors of #FDD7DD
Black with #FDD7DD
Text Example
Text Example
White with #FDD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7DD; }
p { color: rgb(253,215,221); }
H1.HeaderClassName
{
color: #FDD7DD;
}
.AnyTagClassName
{
color: #FDD7DD;
}
</style>
background-color css
<style>
a { background-color: #FDD7DD; }
a { background-color: rgb(253,215,221); }
div.DivClassName
{
background-color: #FDD7DD;
}
.BgClassName
{
background-color: #FDD7DD;
}
</style>
border-color css
<style>
span { border-color: #FDD7DD; }
span { border-color: rgb(253,215,221); }
td.TdClassName
{
border-color: #FDD7DD;
}
.TagClassName
{
border-color: #FDD7DD;
}
</style>