Shades of Pale Pink #F6DADD
Tints of Pale Pink #F6DADD
RGB
CMYK
RGB Variations
Color information
#F6DADD (or 0xF6DADD) is known color: Pale Pink. HEX triplet: F6, DA and DD. RGB value is (246,218,221). Sum of RGB (Red+Green+Blue) = 246+218+221=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DADD is #092522. Grayscale: #E2E2E2. Windows color (decimal): -599331 or 14539510. OLE color: 14539510.
HSL color Cylindrical-coordinate representation of color #F6DADD: hue angle of 353.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DADD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 221 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.04 |
| HSL | 353.57º | 0.61% | 0.91% | - |
| HSV(B) | 353.57º | 0.11% | 0.96% | - |
| XYZ | 76.13 | 74.96 | 78.86 | - |
| YUV | 226.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 221 | 0 | 0.11 | 0.10 | 0.04 | 353.57 | 0.61 | 0.91 |
| Hex | F6 | DA | DD | 0 | B | A | 4 | 162 | 3D | 5B |
| Octal | 366 | 332 | 335 | 0 | 13 | 12 | 4 | 542 | 75 | 133 |
| Binary | 11110110 | 11011010 | 11011101 | 0 | 1011 | 1010 | 100 | 101100010 | 111101 | 1011011 |
Color Harmonies of #F6DADD
Complementary color
Monochromatic Colors of #F6DADD
Black with #F6DADD
Text Example
Text Example
White with #F6DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DADD; }
p { color: rgb(246,218,221); }
H1.HeaderClassName
{
color: #F6DADD;
}
.AnyTagClassName
{
color: #F6DADD;
}
</style>
background-color css
<style>
a { background-color: #F6DADD; }
a { background-color: rgb(246,218,221); }
div.DivClassName
{
background-color: #F6DADD;
}
.BgClassName
{
background-color: #F6DADD;
}
</style>
border-color css
<style>
span { border-color: #F6DADD; }
span { border-color: rgb(246,218,221); }
td.TdClassName
{
border-color: #F6DADD;
}
.TagClassName
{
border-color: #F6DADD;
}
</style>