Shades of Peach-Yellow #FBDEA9
Tints of Peach-Yellow #FBDEA9
RGB
CMYK
RGB Variations
Color information
#FBDEA9 (or 0xFBDEA9) is known color: Peach-Yellow. HEX triplet: FB, DE and A9. RGB value is (251,222,169). Sum of RGB (Red+Green+Blue) = 251+222+169=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 169 (66.41% from 255 or 26.32% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEA9 is #042156. Grayscale: #E0E0E0. Windows color (decimal): -270679 or 11132667. OLE color: 11132667.
HSL color Cylindrical-coordinate representation of color #FBDEA9: hue angle of 38.78º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBDEA9 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 169 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.02 |
| HSL | 38.78º | 0.91% | 0.82% | - |
| HSV(B) | 38.78º | 0.33% | 0.98% | - |
| XYZ | 73.07 | 75.62 | 48.28 | - |
| YUV | 224.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 169 | 0 | 0.12 | 0.33 | 0.02 | 38.78 | 0.91 | 0.82 |
| Hex | FB | DE | A9 | 0 | C | 21 | 2 | 27 | 5B | 52 |
| Octal | 373 | 336 | 251 | 0 | 14 | 41 | 2 | 47 | 133 | 122 |
| Binary | 11111011 | 11011110 | 10101001 | 0 | 1100 | 100001 | 10 | 100111 | 1011011 | 1010010 |
Color Harmonies of #FBDEA9
Complementary color
Monochromatic Colors of #FBDEA9
Black with #FBDEA9
Text Example
Text Example
White with #FBDEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEA9; }
p { color: rgb(251,222,169); }
H1.HeaderClassName
{
color: #FBDEA9;
}
.AnyTagClassName
{
color: #FBDEA9;
}
</style>
background-color css
<style>
a { background-color: #FBDEA9; }
a { background-color: rgb(251,222,169); }
div.DivClassName
{
background-color: #FBDEA9;
}
.BgClassName
{
background-color: #FBDEA9;
}
</style>
border-color css
<style>
span { border-color: #FBDEA9; }
span { border-color: rgb(251,222,169); }
td.TdClassName
{
border-color: #FBDEA9;
}
.TagClassName
{
border-color: #FBDEA9;
}
</style>