Shades of Pale Pink #F7DCDD
Tints of Pale Pink #F7DCDD
RGB
CMYK
RGB Variations
Color information
#F7DCDD (or 0xF7DCDD) is known color: Pale Pink. HEX triplet: F7, DC and DD. RGB value is (247,220,221). Sum of RGB (Red+Green+Blue) = 247+220+221=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCDD is #082322. Grayscale: #E4E4E4. Windows color (decimal): -533283 or 14540023. OLE color: 14540023.
HSL color Cylindrical-coordinate representation of color #F7DCDD: hue angle of 357.78º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCDD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 221 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.03 |
| HSL | 357.78º | 0.63% | 0.92% | - |
| HSV(B) | 357.78º | 0.11% | 0.97% | - |
| XYZ | 77 | 76.18 | 79.05 | - |
| YUV | 228.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 221 | 0 | 0.11 | 0.11 | 0.03 | 357.78 | 0.63 | 0.92 |
| Hex | F7 | DC | DD | 0 | B | B | 3 | 166 | 3F | 5C |
| Octal | 367 | 334 | 335 | 0 | 13 | 13 | 3 | 546 | 77 | 134 |
| Binary | 11110111 | 11011100 | 11011101 | 0 | 1011 | 1011 | 11 | 101100110 | 111111 | 1011100 |
Color Harmonies of #F7DCDD
Complementary color
Monochromatic Colors of #F7DCDD
Black with #F7DCDD
Text Example
Text Example
White with #F7DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCDD; }
p { color: rgb(247,220,221); }
H1.HeaderClassName
{
color: #F7DCDD;
}
.AnyTagClassName
{
color: #F7DCDD;
}
</style>
background-color css
<style>
a { background-color: #F7DCDD; }
a { background-color: rgb(247,220,221); }
div.DivClassName
{
background-color: #F7DCDD;
}
.BgClassName
{
background-color: #F7DCDD;
}
</style>
border-color css
<style>
span { border-color: #F7DCDD; }
span { border-color: rgb(247,220,221); }
td.TdClassName
{
border-color: #F7DCDD;
}
.TagClassName
{
border-color: #F7DCDD;
}
</style>