Shades of Soft Peach #F5DBDA
Tints of Soft Peach #F5DBDA
RGB
CMYK
RGB Variations
Color information
#F5DBDA (or 0xF5DBDA) is known color: Soft Peach. HEX triplet: F5, DB and DA. RGB value is (245,219,218). Sum of RGB (Red+Green+Blue) = 245+219+218=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBDA is #0A2425. Grayscale: #E2E2E2. Windows color (decimal): -664614 or 14343157. OLE color: 14343157.
HSL color Cylindrical-coordinate representation of color #F5DBDA: hue angle of 2.22º 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 #F5DBDA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 219 | 218 | - |
CMYK | 0 | 0.11 | 0.11 | 0.04 |
HSL | 2.22º | 0.57% | 0.91% | - |
HSV(B) | 2.22º | 0.11% | 0.96% | - |
XYZ | 75.64 | 75.14 | 76.85 | - |
YUV | 226.66 | 123.11 | 141.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 219 | 218 | 0 | 0.11 | 0.11 | 0.04 | 2.22 | 0.57 | 0.91 |
Hex | F5 | DB | DA | 0 | B | B | 4 | 2 | 39 | 5B |
Octal | 365 | 333 | 332 | 0 | 13 | 13 | 4 | 2 | 71 | 133 |
Binary | 11110101 | 11011011 | 11011010 | 0 | 1011 | 1011 | 100 | 10 | 111001 | 1011011 |
Color Harmonies of #F5DBDA
Complementary color
Monochromatic Colors of #F5DBDA
Black with #F5DBDA
Text Example
Text Example
White with #F5DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBDA; }
p { color: rgb(245,219,218); }
H1.HeaderClassName
{
color: #F5DBDA;
}
.AnyTagClassName
{
color: #F5DBDA;
}
</style>
background-color css
<style>
a { background-color: #F5DBDA; }
a { background-color: rgb(245,219,218); }
div.DivClassName
{
background-color: #F5DBDA;
}
.BgClassName
{
background-color: #F5DBDA;
}
</style>
border-color css
<style>
span { border-color: #F5DBDA; }
span { border-color: rgb(245,219,218); }
td.TdClassName
{
border-color: #F5DBDA;
}
.TagClassName
{
border-color: #F5DBDA;
}
</style>