Shades of Pale Pink #FAD9DB
Tints of Pale Pink #FAD9DB
RGB
CMYK
RGB Variations
Color information
#FAD9DB (or 0xFAD9DB) is known color: Pale Pink. HEX triplet: FA, D9 and DB. RGB value is (250,217,219). Sum of RGB (Red+Green+Blue) = 250+217+219=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9DB is #052624. Grayscale: #E3E3E3. Windows color (decimal): -337445 or 14408186. OLE color: 14408186.
HSL color Cylindrical-coordinate representation of color #FAD9DB: hue angle of 356.36º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAD9DB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 219 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.02 |
| HSL | 356.36º | 0.77% | 0.92% | - |
| HSV(B) | 356.36º | 0.13% | 0.98% | - |
| XYZ | 77.02 | 75.06 | 77.45 | - |
| YUV | 227.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 219 | 0 | 0.13 | 0.12 | 0.02 | 356.36 | 0.77 | 0.92 |
| Hex | FA | D9 | DB | 0 | D | C | 2 | 164 | 4D | 5C |
| Octal | 372 | 331 | 333 | 0 | 15 | 14 | 2 | 544 | 115 | 134 |
| Binary | 11111010 | 11011001 | 11011011 | 0 | 1101 | 1100 | 10 | 101100100 | 1001101 | 1011100 |
Color Harmonies of #FAD9DB
Complementary color
Monochromatic Colors of #FAD9DB
Black with #FAD9DB
Text Example
Text Example
White with #FAD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9DB; }
p { color: rgb(250,217,219); }
H1.HeaderClassName
{
color: #FAD9DB;
}
.AnyTagClassName
{
color: #FAD9DB;
}
</style>
background-color css
<style>
a { background-color: #FAD9DB; }
a { background-color: rgb(250,217,219); }
div.DivClassName
{
background-color: #FAD9DB;
}
.BgClassName
{
background-color: #FAD9DB;
}
</style>
border-color css
<style>
span { border-color: #FAD9DB; }
span { border-color: rgb(250,217,219); }
td.TdClassName
{
border-color: #FAD9DB;
}
.TagClassName
{
border-color: #FAD9DB;
}
</style>