Shades of Pale Pink #FFD5DB
Tints of Pale Pink #FFD5DB
RGB
CMYK
RGB Variations
Color information
#FFD5DB (or 0xFFD5DB) is known color: Pale Pink. HEX triplet: FF, D5 and DB. RGB value is (255,213,219). Sum of RGB (Red+Green+Blue) = 255+213+219=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5DB is #002A24. Grayscale: #E2E2E2. Windows color (decimal): -10789 or 14407167. OLE color: 14407167.
HSL color Cylindrical-coordinate representation of color #FFD5DB: hue angle of 351.43º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD5DB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 213 | 219 | - |
CMYK | 0 | 0.16 | 0.14 | 0 |
HSL | 351.43º | 1% | 0.92% | - |
HSV(B) | 351.43º | 0.16% | 1% | - |
XYZ | 77.82 | 73.96 | 77.19 | - |
YUV | 226.24 | 123.91 | 148.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 213 | 219 | 0 | 0.16 | 0.14 | 0 | 351.43 | 1 | 0.92 |
Hex | FF | D5 | DB | 0 | 10 | E | 0 | 15F | 64 | 5C |
Octal | 377 | 325 | 333 | 0 | 20 | 16 | 0 | 537 | 144 | 134 |
Binary | 11111111 | 11010101 | 11011011 | 0 | 10000 | 1110 | 0 | 101011111 | 1100100 | 1011100 |
Color Harmonies of #FFD5DB
Complementary color
Monochromatic Colors of #FFD5DB
Black with #FFD5DB
Text Example
Text Example
White with #FFD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5DB; }
p { color: rgb(255,213,219); }
H1.HeaderClassName
{
color: #FFD5DB;
}
.AnyTagClassName
{
color: #FFD5DB;
}
</style>
background-color css
<style>
a { background-color: #FFD5DB; }
a { background-color: rgb(255,213,219); }
div.DivClassName
{
background-color: #FFD5DB;
}
.BgClassName
{
background-color: #FFD5DB;
}
</style>
border-color css
<style>
span { border-color: #FFD5DB; }
span { border-color: rgb(255,213,219); }
td.TdClassName
{
border-color: #FFD5DB;
}
.TagClassName
{
border-color: #FFD5DB;
}
</style>