Shades of Pale Pink #F9DFE0
Tints of Pale Pink #F9DFE0
RGB
CMYK
RGB Variations
Color information
#F9DFE0 (or 0xF9DFE0) is known color: Pale Pink. HEX triplet: F9, DF and E0. RGB value is (249,223,224). Sum of RGB (Red+Green+Blue) = 249+223+224=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFE0 is #06201F. Grayscale: #E6E6E6. Windows color (decimal): -401440 or 14737401. OLE color: 14737401.
HSL color Cylindrical-coordinate representation of color #F9DFE0: hue angle of 357.69º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFE0 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 224 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.02 |
| HSL | 357.69º | 0.68% | 0.93% | - |
| HSV(B) | 357.69º | 0.1% | 0.98% | - |
| XYZ | 78.91 | 78.3 | 81.47 | - |
| YUV | 230.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 224 | 0 | 0.10 | 0.10 | 0.02 | 357.69 | 0.68 | 0.93 |
| Hex | F9 | DF | E0 | 0 | A | A | 2 | 166 | 44 | 5D |
| Octal | 371 | 337 | 340 | 0 | 12 | 12 | 2 | 546 | 104 | 135 |
| Binary | 11111001 | 11011111 | 11100000 | 0 | 1010 | 1010 | 10 | 101100110 | 1000100 | 1011101 |
Color Harmonies of #F9DFE0
Complementary color
Monochromatic Colors of #F9DFE0
Black with #F9DFE0
Text Example
Text Example
White with #F9DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFE0; }
p { color: rgb(249,223,224); }
H1.HeaderClassName
{
color: #F9DFE0;
}
.AnyTagClassName
{
color: #F9DFE0;
}
</style>
background-color css
<style>
a { background-color: #F9DFE0; }
a { background-color: rgb(249,223,224); }
div.DivClassName
{
background-color: #F9DFE0;
}
.BgClassName
{
background-color: #F9DFE0;
}
</style>
border-color css
<style>
span { border-color: #F9DFE0; }
span { border-color: rgb(249,223,224); }
td.TdClassName
{
border-color: #F9DFE0;
}
.TagClassName
{
border-color: #F9DFE0;
}
</style>