Shades of Peach-Yellow #F4DAAB
Tints of Peach-Yellow #F4DAAB
RGB
CMYK
RGB Variations
Color information
#F4DAAB (or 0xF4DAAB) is known color: Peach-Yellow. HEX triplet: F4, DA and AB. RGB value is (244,218,171). Sum of RGB (Red+Green+Blue) = 244+218+171=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DAAB is #0B2554. Grayscale: #DCDCDC. Windows color (decimal): -730453 or 11262708. OLE color: 11262708.
HSL color Cylindrical-coordinate representation of color #F4DAAB: hue angle of 38.63º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4DAAB is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 171 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.04 |
| HSL | 38.63º | 0.77% | 0.81% | - |
| HSV(B) | 38.63º | 0.3% | 0.96% | - |
| XYZ | 69.73 | 72.32 | 48.81 | - |
| YUV | 220.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 171 | 0 | 0.11 | 0.30 | 0.04 | 38.63 | 0.77 | 0.81 |
| Hex | F4 | DA | AB | 0 | B | 1E | 4 | 27 | 4D | 51 |
| Octal | 364 | 332 | 253 | 0 | 13 | 36 | 4 | 47 | 115 | 121 |
| Binary | 11110100 | 11011010 | 10101011 | 0 | 1011 | 11110 | 100 | 100111 | 1001101 | 1010001 |
Color Harmonies of #F4DAAB
Complementary color
Monochromatic Colors of #F4DAAB
Black with #F4DAAB
Text Example
Text Example
White with #F4DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DAAB; }
p { color: rgb(244,218,171); }
H1.HeaderClassName
{
color: #F4DAAB;
}
.AnyTagClassName
{
color: #F4DAAB;
}
</style>
background-color css
<style>
a { background-color: #F4DAAB; }
a { background-color: rgb(244,218,171); }
div.DivClassName
{
background-color: #F4DAAB;
}
.BgClassName
{
background-color: #F4DAAB;
}
</style>
border-color css
<style>
span { border-color: #F4DAAB; }
span { border-color: rgb(244,218,171); }
td.TdClassName
{
border-color: #F4DAAB;
}
.TagClassName
{
border-color: #F4DAAB;
}
</style>