Shades of Soft Peach #F2DBDB
Tints of Soft Peach #F2DBDB
RGB
CMYK
RGB Variations
Color information
#F2DBDB (or 0xF2DBDB) is known color: Soft Peach. HEX triplet: F2, DB and DB. RGB value is (242,219,219). Sum of RGB (Red+Green+Blue) = 242+219+219=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBDB is #0D2424. Grayscale: #E1E1E1. Windows color (decimal): -861221 or 14408690. OLE color: 14408690.
HSL color Cylindrical-coordinate representation of color #F2DBDB: hue angle of 0º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DBDB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 219 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.05 |
| HSL | 0º | 0.47% | 0.9% | - |
| HSV(B) | 0º | 0.1% | 0.95% | - |
| XYZ | 74.74 | 74.65 | 77.49 | - |
| YUV | 225.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 219 | 0 | 0.10 | 0.10 | 0.05 | 0 | 0.47 | 0.9 |
| Hex | F2 | DB | DB | 0 | A | A | 5 | 0 | 2F | 5A |
| Octal | 362 | 333 | 333 | 0 | 12 | 12 | 5 | 0 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11011011 | 0 | 1010 | 1010 | 101 | 0 | 101111 | 1011010 |
Color Harmonies of #F2DBDB
Complementary color
Monochromatic Colors of #F2DBDB
Black with #F2DBDB
Text Example
Text Example
White with #F2DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBDB; }
p { color: rgb(242,219,219); }
H1.HeaderClassName
{
color: #F2DBDB;
}
.AnyTagClassName
{
color: #F2DBDB;
}
</style>
background-color css
<style>
a { background-color: #F2DBDB; }
a { background-color: rgb(242,219,219); }
div.DivClassName
{
background-color: #F2DBDB;
}
.BgClassName
{
background-color: #F2DBDB;
}
</style>
border-color css
<style>
span { border-color: #F2DBDB; }
span { border-color: rgb(242,219,219); }
td.TdClassName
{
border-color: #F2DBDB;
}
.TagClassName
{
border-color: #F2DBDB;
}
</style>