Shades of Pale Pink #FAD7DB
Tints of Pale Pink #FAD7DB
RGB
CMYK
RGB Variations
Color information
#FAD7DB (or 0xFAD7DB) is known color: Pale Pink. HEX triplet: FA, D7 and DB. RGB value is (250,215,219). Sum of RGB (Red+Green+Blue) = 250+215+219=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7DB is #052824. Grayscale: #E1E1E1. Windows color (decimal): -337957 or 14407674. OLE color: 14407674.
HSL color Cylindrical-coordinate representation of color #FAD7DB: hue angle of 353.14º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD7DB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 219 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.02 |
| HSL | 353.14º | 0.78% | 0.91% | - |
| HSV(B) | 353.14º | 0.14% | 0.98% | - |
| XYZ | 76.51 | 74.04 | 77.28 | - |
| YUV | 225.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 219 | 0 | 0.14 | 0.12 | 0.02 | 353.14 | 0.78 | 0.91 |
| Hex | FA | D7 | DB | 0 | E | C | 2 | 161 | 4E | 5B |
| Octal | 372 | 327 | 333 | 0 | 16 | 14 | 2 | 541 | 116 | 133 |
| Binary | 11111010 | 11010111 | 11011011 | 0 | 1110 | 1100 | 10 | 101100001 | 1001110 | 1011011 |
Color Harmonies of #FAD7DB
Complementary color
Monochromatic Colors of #FAD7DB
Black with #FAD7DB
Text Example
Text Example
White with #FAD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7DB; }
p { color: rgb(250,215,219); }
H1.HeaderClassName
{
color: #FAD7DB;
}
.AnyTagClassName
{
color: #FAD7DB;
}
</style>
background-color css
<style>
a { background-color: #FAD7DB; }
a { background-color: rgb(250,215,219); }
div.DivClassName
{
background-color: #FAD7DB;
}
.BgClassName
{
background-color: #FAD7DB;
}
</style>
border-color css
<style>
span { border-color: #FAD7DB; }
span { border-color: rgb(250,215,219); }
td.TdClassName
{
border-color: #FAD7DB;
}
.TagClassName
{
border-color: #FAD7DB;
}
</style>