Shades of Fair Pink #F6E6DB
Tints of Fair Pink #F6E6DB
RGB
CMYK
RGB Variations
Color information
#F6E6DB (or 0xF6E6DB) is known color: Fair Pink. HEX triplet: F6, E6 and DB. RGB value is (246,230,219). Sum of RGB (Red+Green+Blue) = 246+230+219=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E6DB is #091924. Grayscale: #E9E9E9. Windows color (decimal): -596261 or 14411510. OLE color: 14411510.
HSL color Cylindrical-coordinate representation of color #F6E6DB: hue angle of 24.44º 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 #F6E6DB is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 219 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.04 |
| HSL | 24.44º | 0.6% | 0.91% | - |
| HSV(B) | 24.44º | 0.11% | 0.96% | - |
| XYZ | 79.09 | 81.3 | 78.54 | - |
| YUV | 233.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 219 | 0 | 0.07 | 0.11 | 0.04 | 24.44 | 0.6 | 0.91 |
| Hex | F6 | E6 | DB | 0 | 7 | B | 4 | 18 | 3C | 5B |
| Octal | 366 | 346 | 333 | 0 | 7 | 13 | 4 | 30 | 74 | 133 |
| Binary | 11110110 | 11100110 | 11011011 | 0 | 111 | 1011 | 100 | 11000 | 111100 | 1011011 |
Color Harmonies of #F6E6DB
Complementary color
Monochromatic Colors of #F6E6DB
Black with #F6E6DB
Text Example
Text Example
White with #F6E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E6DB; }
p { color: rgb(246,230,219); }
H1.HeaderClassName
{
color: #F6E6DB;
}
.AnyTagClassName
{
color: #F6E6DB;
}
</style>
background-color css
<style>
a { background-color: #F6E6DB; }
a { background-color: rgb(246,230,219); }
div.DivClassName
{
background-color: #F6E6DB;
}
.BgClassName
{
background-color: #F6E6DB;
}
</style>
border-color css
<style>
span { border-color: #F6E6DB; }
span { border-color: rgb(246,230,219); }
td.TdClassName
{
border-color: #F6E6DB;
}
.TagClassName
{
border-color: #F6E6DB;
}
</style>