Shades of Soft Peach #F6DBDB
Tints of Soft Peach #F6DBDB
RGB
CMYK
RGB Variations
Color information
#F6DBDB (or 0xF6DBDB) is known color: Soft Peach. HEX triplet: F6, DB and DB. RGB value is (246,219,219). Sum of RGB (Red+Green+Blue) = 246+219+219=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBDB is #092424. Grayscale: #E3E3E3. Windows color (decimal): -599077 or 14408694. OLE color: 14408694.
HSL color Cylindrical-coordinate representation of color #F6DBDB: hue angle of 0º 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 #F6DBDB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 219 | 219 | - |
CMYK | 0 | 0.11 | 0.11 | 0.04 |
HSL | 0º | 0.6% | 0.91% | - |
HSV(B) | 0º | 0.11% | 0.96% | - |
XYZ | 76.12 | 75.37 | 77.55 | - |
YUV | 227.07 | 123.45 | 141.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 219 | 219 | 0 | 0.11 | 0.11 | 0.04 | 0 | 0.6 | 0.91 |
Hex | F6 | DB | DB | 0 | B | B | 4 | 0 | 3C | 5B |
Octal | 366 | 333 | 333 | 0 | 13 | 13 | 4 | 0 | 74 | 133 |
Binary | 11110110 | 11011011 | 11011011 | 0 | 1011 | 1011 | 100 | 0 | 111100 | 1011011 |
Color Harmonies of #F6DBDB
Complementary color
Monochromatic Colors of #F6DBDB
Black with #F6DBDB
Text Example
Text Example
White with #F6DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBDB; }
p { color: rgb(246,219,219); }
H1.HeaderClassName
{
color: #F6DBDB;
}
.AnyTagClassName
{
color: #F6DBDB;
}
</style>
background-color css
<style>
a { background-color: #F6DBDB; }
a { background-color: rgb(246,219,219); }
div.DivClassName
{
background-color: #F6DBDB;
}
.BgClassName
{
background-color: #F6DBDB;
}
</style>
border-color css
<style>
span { border-color: #F6DBDB; }
span { border-color: rgb(246,219,219); }
td.TdClassName
{
border-color: #F6DBDB;
}
.TagClassName
{
border-color: #F6DBDB;
}
</style>