Shades of Peach-Yellow #F9DDAB
Tints of Peach-Yellow #F9DDAB
RGB
CMYK
RGB Variations
Color information
#F9DDAB (or 0xF9DDAB) is known color: Peach-Yellow. HEX triplet: F9, DD and AB. RGB value is (249,221,171). Sum of RGB (Red+Green+Blue) = 249+221+171=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DDAB is #062254. Grayscale: #DFDFDF. Windows color (decimal): -402005 or 11263481. OLE color: 11263481.
HSL color Cylindrical-coordinate representation of color #F9DDAB: hue angle of 38.46º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9DDAB is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 221 | 171 | - |
CMYK | 0 | 0.11 | 0.31 | 0.02 |
HSL | 38.46º | 0.87% | 0.82% | - |
HSV(B) | 38.46º | 0.31% | 0.98% | - |
XYZ | 72.27 | 74.79 | 49.16 | - |
YUV | 223.67 | 98.28 | 146.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 221 | 171 | 0 | 0.11 | 0.31 | 0.02 | 38.46 | 0.87 | 0.82 |
Hex | F9 | DD | AB | 0 | B | 1F | 2 | 26 | 57 | 52 |
Octal | 371 | 335 | 253 | 0 | 13 | 37 | 2 | 46 | 127 | 122 |
Binary | 11111001 | 11011101 | 10101011 | 0 | 1011 | 11111 | 10 | 100110 | 1010111 | 1010010 |
Color Harmonies of #F9DDAB
Complementary color
Monochromatic Colors of #F9DDAB
Black with #F9DDAB
Text Example
Text Example
White with #F9DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDAB; }
p { color: rgb(249,221,171); }
H1.HeaderClassName
{
color: #F9DDAB;
}
.AnyTagClassName
{
color: #F9DDAB;
}
</style>
background-color css
<style>
a { background-color: #F9DDAB; }
a { background-color: rgb(249,221,171); }
div.DivClassName
{
background-color: #F9DDAB;
}
.BgClassName
{
background-color: #F9DDAB;
}
</style>
border-color css
<style>
span { border-color: #F9DDAB; }
span { border-color: rgb(249,221,171); }
td.TdClassName
{
border-color: #F9DDAB;
}
.TagClassName
{
border-color: #F9DDAB;
}
</style>