Shades of Pale Pink #F6DBDE
Tints of Pale Pink #F6DBDE
RGB
CMYK
RGB Variations
Color information
#F6DBDE (or 0xF6DBDE) is known color: Pale Pink. HEX triplet: F6, DB and DE. RGB value is (246,219,222). Sum of RGB (Red+Green+Blue) = 246+219+222=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBDE is #092421. Grayscale: #E3E3E3. Windows color (decimal): -599074 or 14605302. OLE color: 14605302.
HSL color Cylindrical-coordinate representation of color #F6DBDE: hue angle of 353.33º degrees, saturation: 0.6, 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 #F6DBDE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 222 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.04 |
| HSL | 353.33º | 0.6% | 0.91% | - |
| HSV(B) | 353.33º | 0.11% | 0.96% | - |
| XYZ | 76.52 | 75.53 | 79.65 | - |
| YUV | 227.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 222 | 0 | 0.11 | 0.10 | 0.04 | 353.33 | 0.6 | 0.91 |
| Hex | F6 | DB | DE | 0 | B | A | 4 | 161 | 3C | 5B |
| Octal | 366 | 333 | 336 | 0 | 13 | 12 | 4 | 541 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11011110 | 0 | 1011 | 1010 | 100 | 101100001 | 111100 | 1011011 |
Color Harmonies of #F6DBDE
Complementary color
Monochromatic Colors of #F6DBDE
Black with #F6DBDE
Text Example
Text Example
White with #F6DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBDE; }
p { color: rgb(246,219,222); }
H1.HeaderClassName
{
color: #F6DBDE;
}
.AnyTagClassName
{
color: #F6DBDE;
}
</style>
background-color css
<style>
a { background-color: #F6DBDE; }
a { background-color: rgb(246,219,222); }
div.DivClassName
{
background-color: #F6DBDE;
}
.BgClassName
{
background-color: #F6DBDE;
}
</style>
border-color css
<style>
span { border-color: #F6DBDE; }
span { border-color: rgb(246,219,222); }
td.TdClassName
{
border-color: #F6DBDE;
}
.TagClassName
{
border-color: #F6DBDE;
}
</style>