Shades of Pale Pink #F9DCDF
Tints of Pale Pink #F9DCDF
RGB
CMYK
RGB Variations
Color information
#F9DCDF (or 0xF9DCDF) is known color: Pale Pink. HEX triplet: F9, DC and DF. RGB value is (249,220,223). Sum of RGB (Red+Green+Blue) = 249+220+223=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCDF is #062320. Grayscale: #E5E5E5. Windows color (decimal): -402209 or 14671097. OLE color: 14671097.
HSL color Cylindrical-coordinate representation of color #F9DCDF: hue angle of 353.79º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCDF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 223 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 353.79º | 0.71% | 0.92% | - |
| HSV(B) | 353.79º | 0.12% | 0.98% | - |
| XYZ | 77.98 | 76.65 | 80.5 | - |
| YUV | 229.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 223 | 0 | 0.12 | 0.10 | 0.02 | 353.79 | 0.71 | 0.92 |
| Hex | F9 | DC | DF | 0 | C | A | 2 | 162 | 47 | 5C |
| Octal | 371 | 334 | 337 | 0 | 14 | 12 | 2 | 542 | 107 | 134 |
| Binary | 11111001 | 11011100 | 11011111 | 0 | 1100 | 1010 | 10 | 101100010 | 1000111 | 1011100 |
Color Harmonies of #F9DCDF
Complementary color
Monochromatic Colors of #F9DCDF
Black with #F9DCDF
Text Example
Text Example
White with #F9DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCDF; }
p { color: rgb(249,220,223); }
H1.HeaderClassName
{
color: #F9DCDF;
}
.AnyTagClassName
{
color: #F9DCDF;
}
</style>
background-color css
<style>
a { background-color: #F9DCDF; }
a { background-color: rgb(249,220,223); }
div.DivClassName
{
background-color: #F9DCDF;
}
.BgClassName
{
background-color: #F9DCDF;
}
</style>
border-color css
<style>
span { border-color: #F9DCDF; }
span { border-color: rgb(249,220,223); }
td.TdClassName
{
border-color: #F9DCDF;
}
.TagClassName
{
border-color: #F9DCDF;
}
</style>