Shades of Pale Pink #FDD8DB
Tints of Pale Pink #FDD8DB
RGB
CMYK
RGB Variations
Color information
#FDD8DB (or 0xFDD8DB) is known color: Pale Pink. HEX triplet: FD, D8 and DB. RGB value is (253,216,219). Sum of RGB (Red+Green+Blue) = 253+216+219=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8DB is #022724. Grayscale: #E3E3E3. Windows color (decimal): -141093 or 14407933. OLE color: 14407933.
HSL color Cylindrical-coordinate representation of color #FDD8DB: hue angle of 355.14º 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 #FDD8DB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 216 | 219 | - |
CMYK | 0 | 0.15 | 0.13 | 0.01 |
HSL | 355.14º | 0.9% | 0.92% | - |
HSV(B) | 355.14º | 0.15% | 0.99% | - |
XYZ | 77.85 | 75.11 | 77.41 | - |
YUV | 227.41 | 123.26 | 146.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 216 | 219 | 0 | 0.15 | 0.13 | 0.01 | 355.14 | 0.9 | 0.92 |
Hex | FD | D8 | DB | 0 | F | D | 1 | 163 | 5A | 5C |
Octal | 375 | 330 | 333 | 0 | 17 | 15 | 1 | 543 | 132 | 134 |
Binary | 11111101 | 11011000 | 11011011 | 0 | 1111 | 1101 | 1 | 101100011 | 1011010 | 1011100 |
Color Harmonies of #FDD8DB
Complementary color
Monochromatic Colors of #FDD8DB
Black with #FDD8DB
Text Example
Text Example
White with #FDD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8DB; }
p { color: rgb(253,216,219); }
H1.HeaderClassName
{
color: #FDD8DB;
}
.AnyTagClassName
{
color: #FDD8DB;
}
</style>
background-color css
<style>
a { background-color: #FDD8DB; }
a { background-color: rgb(253,216,219); }
div.DivClassName
{
background-color: #FDD8DB;
}
.BgClassName
{
background-color: #FDD8DB;
}
</style>
border-color css
<style>
span { border-color: #FDD8DB; }
span { border-color: rgb(253,216,219); }
td.TdClassName
{
border-color: #FDD8DB;
}
.TagClassName
{
border-color: #FDD8DB;
}
</style>