Shades of Pale Pink #F7DEE0
Tints of Pale Pink #F7DEE0
RGB
CMYK
RGB Variations
Color information
#F7DEE0 (or 0xF7DEE0) is known color: Pale Pink. HEX triplet: F7, DE and E0. RGB value is (247,222,224). Sum of RGB (Red+Green+Blue) = 247+222+224=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEE0 is #08211F. Grayscale: #E5E5E5. Windows color (decimal): -532768 or 14737143. OLE color: 14737143.
HSL color Cylindrical-coordinate representation of color #F7DEE0: hue angle of 355.2º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DEE0 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 224 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.03 |
| HSL | 355.2º | 0.61% | 0.92% | - |
| HSV(B) | 355.2º | 0.1% | 0.97% | - |
| XYZ | 77.93 | 77.4 | 81.35 | - |
| YUV | 229.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 224 | 0 | 0.10 | 0.09 | 0.03 | 355.2 | 0.61 | 0.92 |
| Hex | F7 | DE | E0 | 0 | A | 9 | 3 | 163 | 3D | 5C |
| Octal | 367 | 336 | 340 | 0 | 12 | 11 | 3 | 543 | 75 | 134 |
| Binary | 11110111 | 11011110 | 11100000 | 0 | 1010 | 1001 | 11 | 101100011 | 111101 | 1011100 |
Color Harmonies of #F7DEE0
Complementary color
Monochromatic Colors of #F7DEE0
Black with #F7DEE0
Text Example
Text Example
White with #F7DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEE0; }
p { color: rgb(247,222,224); }
H1.HeaderClassName
{
color: #F7DEE0;
}
.AnyTagClassName
{
color: #F7DEE0;
}
</style>
background-color css
<style>
a { background-color: #F7DEE0; }
a { background-color: rgb(247,222,224); }
div.DivClassName
{
background-color: #F7DEE0;
}
.BgClassName
{
background-color: #F7DEE0;
}
</style>
border-color css
<style>
span { border-color: #F7DEE0; }
span { border-color: rgb(247,222,224); }
td.TdClassName
{
border-color: #F7DEE0;
}
.TagClassName
{
border-color: #F7DEE0;
}
</style>