Shades of Soft Peach #F5DBDB
Tints of Soft Peach #F5DBDB
RGB
CMYK
RGB Variations
Color information
#F5DBDB (or 0xF5DBDB) is known color: Soft Peach. HEX triplet: F5, DB and DB. RGB value is (245,219,219). Sum of RGB (Red+Green+Blue) = 245+219+219=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBDB is #0A2424. Grayscale: #E2E2E2. Windows color (decimal): -664613 or 14408693. OLE color: 14408693.
HSL color Cylindrical-coordinate representation of color #F5DBDB: hue angle of 0º degrees, saturation: 0.57, 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 #F5DBDB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 219 | 219 | - |
CMYK | 0 | 0.11 | 0.11 | 0.04 |
HSL | 0º | 0.57% | 0.91% | - |
HSV(B) | 0º | 0.11% | 0.96% | - |
XYZ | 75.77 | 75.19 | 77.54 | - |
YUV | 226.77 | 123.61 | 141 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 219 | 219 | 0 | 0.11 | 0.11 | 0.04 | 0 | 0.57 | 0.91 |
Hex | F5 | DB | DB | 0 | B | B | 4 | 0 | 39 | 5B |
Octal | 365 | 333 | 333 | 0 | 13 | 13 | 4 | 0 | 71 | 133 |
Binary | 11110101 | 11011011 | 11011011 | 0 | 1011 | 1011 | 100 | 0 | 111001 | 1011011 |
Color Harmonies of #F5DBDB
Complementary color
Monochromatic Colors of #F5DBDB
Black with #F5DBDB
Text Example
Text Example
White with #F5DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBDB; }
p { color: rgb(245,219,219); }
H1.HeaderClassName
{
color: #F5DBDB;
}
.AnyTagClassName
{
color: #F5DBDB;
}
</style>
background-color css
<style>
a { background-color: #F5DBDB; }
a { background-color: rgb(245,219,219); }
div.DivClassName
{
background-color: #F5DBDB;
}
.BgClassName
{
background-color: #F5DBDB;
}
</style>
border-color css
<style>
span { border-color: #F5DBDB; }
span { border-color: rgb(245,219,219); }
td.TdClassName
{
border-color: #F5DBDB;
}
.TagClassName
{
border-color: #F5DBDB;
}
</style>