Shades of Pale Pink #F7DEDF
Tints of Pale Pink #F7DEDF
RGB
CMYK
RGB Variations
Color information
#F7DEDF (or 0xF7DEDF) is known color: Pale Pink. HEX triplet: F7, DE and DF. RGB value is (247,222,223). Sum of RGB (Red+Green+Blue) = 247+222+223=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEDF is #082120. Grayscale: #E5E5E5. Windows color (decimal): -532769 or 14671607. OLE color: 14671607.
HSL color Cylindrical-coordinate representation of color #F7DEDF: hue angle of 357.6º 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 #F7DEDF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 223 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.03 |
| HSL | 357.6º | 0.61% | 0.92% | - |
| HSV(B) | 357.6º | 0.1% | 0.97% | - |
| XYZ | 77.8 | 77.34 | 80.64 | - |
| YUV | 229.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 223 | 0 | 0.10 | 0.10 | 0.03 | 357.6 | 0.61 | 0.92 |
| Hex | F7 | DE | DF | 0 | A | A | 3 | 166 | 3D | 5C |
| Octal | 367 | 336 | 337 | 0 | 12 | 12 | 3 | 546 | 75 | 134 |
| Binary | 11110111 | 11011110 | 11011111 | 0 | 1010 | 1010 | 11 | 101100110 | 111101 | 1011100 |
Color Harmonies of #F7DEDF
Complementary color
Monochromatic Colors of #F7DEDF
Black with #F7DEDF
Text Example
Text Example
White with #F7DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEDF; }
p { color: rgb(247,222,223); }
H1.HeaderClassName
{
color: #F7DEDF;
}
.AnyTagClassName
{
color: #F7DEDF;
}
</style>
background-color css
<style>
a { background-color: #F7DEDF; }
a { background-color: rgb(247,222,223); }
div.DivClassName
{
background-color: #F7DEDF;
}
.BgClassName
{
background-color: #F7DEDF;
}
</style>
border-color css
<style>
span { border-color: #F7DEDF; }
span { border-color: rgb(247,222,223); }
td.TdClassName
{
border-color: #F7DEDF;
}
.TagClassName
{
border-color: #F7DEDF;
}
</style>