Shades of Pale Pink #F9D6DA
Tints of Pale Pink #F9D6DA
RGB
CMYK
RGB Variations
Color information
#F9D6DA (or 0xF9D6DA) is known color: Pale Pink. HEX triplet: F9, D6 and DA. RGB value is (249,214,218). Sum of RGB (Red+Green+Blue) = 249+214+218=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6DA is #062925. Grayscale: #E0E0E0. Windows color (decimal): -403750 or 14341881. OLE color: 14341881.
HSL color Cylindrical-coordinate representation of color #F9D6DA: hue angle of 353.14º degrees, saturation: 0.74, 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 #F9D6DA is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 218 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.02 |
| HSL | 353.14º | 0.74% | 0.91% | - |
| HSV(B) | 353.14º | 0.14% | 0.98% | - |
| XYZ | 75.77 | 73.29 | 76.48 | - |
| YUV | 224.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 218 | 0 | 0.14 | 0.12 | 0.02 | 353.14 | 0.74 | 0.91 |
| Hex | F9 | D6 | DA | 0 | E | C | 2 | 161 | 4A | 5B |
| Octal | 371 | 326 | 332 | 0 | 16 | 14 | 2 | 541 | 112 | 133 |
| Binary | 11111001 | 11010110 | 11011010 | 0 | 1110 | 1100 | 10 | 101100001 | 1001010 | 1011011 |
Color Harmonies of #F9D6DA
Complementary color
Monochromatic Colors of #F9D6DA
Black with #F9D6DA
Text Example
Text Example
White with #F9D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D6DA; }
p { color: rgb(249,214,218); }
H1.HeaderClassName
{
color: #F9D6DA;
}
.AnyTagClassName
{
color: #F9D6DA;
}
</style>
background-color css
<style>
a { background-color: #F9D6DA; }
a { background-color: rgb(249,214,218); }
div.DivClassName
{
background-color: #F9D6DA;
}
.BgClassName
{
background-color: #F9D6DA;
}
</style>
border-color css
<style>
span { border-color: #F9D6DA; }
span { border-color: rgb(249,214,218); }
td.TdClassName
{
border-color: #F9D6DA;
}
.TagClassName
{
border-color: #F9D6DA;
}
</style>