Shades of Pale Pink #FDD7DB
Tints of Pale Pink #FDD7DB
RGB
CMYK
RGB Variations
Color information
#FDD7DB (or 0xFDD7DB) is known color: Pale Pink. HEX triplet: FD, D7 and DB. RGB value is (253,215,219). Sum of RGB (Red+Green+Blue) = 253+215+219=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7DB is #022824. Grayscale: #E2E2E2. Windows color (decimal): -141349 or 14407677. OLE color: 14407677.
HSL color Cylindrical-coordinate representation of color #FDD7DB: hue angle of 353.68º 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 #FDD7DB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 215 | 219 | - |
CMYK | 0 | 0.15 | 0.13 | 0.01 |
HSL | 353.68º | 0.9% | 0.92% | - |
HSV(B) | 353.68º | 0.15% | 0.99% | - |
XYZ | 77.59 | 74.6 | 77.33 | - |
YUV | 226.82 | 123.59 | 146.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 215 | 219 | 0 | 0.15 | 0.13 | 0.01 | 353.68 | 0.9 | 0.92 |
Hex | FD | D7 | DB | 0 | F | D | 1 | 162 | 5A | 5C |
Octal | 375 | 327 | 333 | 0 | 17 | 15 | 1 | 542 | 132 | 134 |
Binary | 11111101 | 11010111 | 11011011 | 0 | 1111 | 1101 | 1 | 101100010 | 1011010 | 1011100 |
Color Harmonies of #FDD7DB
Complementary color
Monochromatic Colors of #FDD7DB
Black with #FDD7DB
Text Example
Text Example
White with #FDD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7DB; }
p { color: rgb(253,215,219); }
H1.HeaderClassName
{
color: #FDD7DB;
}
.AnyTagClassName
{
color: #FDD7DB;
}
</style>
background-color css
<style>
a { background-color: #FDD7DB; }
a { background-color: rgb(253,215,219); }
div.DivClassName
{
background-color: #FDD7DB;
}
.BgClassName
{
background-color: #FDD7DB;
}
</style>
border-color css
<style>
span { border-color: #FDD7DB; }
span { border-color: rgb(253,215,219); }
td.TdClassName
{
border-color: #FDD7DB;
}
.TagClassName
{
border-color: #FDD7DB;
}
</style>