Shades of Peach-Yellow #F5DBAA
Tints of Peach-Yellow #F5DBAA
RGB
CMYK
RGB Variations
Color information
#F5DBAA (or 0xF5DBAA) is known color: Peach-Yellow. HEX triplet: F5, DB and AA. RGB value is (245,219,170). Sum of RGB (Red+Green+Blue) = 245+219+170=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DBAA is #0A2455. Grayscale: #DDDDDD. Windows color (decimal): -664662 or 11197429. OLE color: 11197429.
HSL color Cylindrical-coordinate representation of color #F5DBAA: hue angle of 39.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5DBAA is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 170 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.04 |
| HSL | 39.2º | 0.79% | 0.81% | - |
| HSV(B) | 39.2º | 0.31% | 0.96% | - |
| XYZ | 70.24 | 72.98 | 48.41 | - |
| YUV | 221.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 170 | 0 | 0.11 | 0.31 | 0.04 | 39.2 | 0.79 | 0.81 |
| Hex | F5 | DB | AA | 0 | B | 1F | 4 | 27 | 4F | 51 |
| Octal | 365 | 333 | 252 | 0 | 13 | 37 | 4 | 47 | 117 | 121 |
| Binary | 11110101 | 11011011 | 10101010 | 0 | 1011 | 11111 | 100 | 100111 | 1001111 | 1010001 |
Color Harmonies of #F5DBAA
Complementary color
Monochromatic Colors of #F5DBAA
Black with #F5DBAA
Text Example
Text Example
White with #F5DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBAA; }
p { color: rgb(245,219,170); }
H1.HeaderClassName
{
color: #F5DBAA;
}
.AnyTagClassName
{
color: #F5DBAA;
}
</style>
background-color css
<style>
a { background-color: #F5DBAA; }
a { background-color: rgb(245,219,170); }
div.DivClassName
{
background-color: #F5DBAA;
}
.BgClassName
{
background-color: #F5DBAA;
}
</style>
border-color css
<style>
span { border-color: #F5DBAA; }
span { border-color: rgb(245,219,170); }
td.TdClassName
{
border-color: #F5DBAA;
}
.TagClassName
{
border-color: #F5DBAA;
}
</style>