Shades of Peach-Yellow #FBDCAA
Tints of Peach-Yellow #FBDCAA
RGB
CMYK
RGB Variations
Color information
#FBDCAA (or 0xFBDCAA) is known color: Peach-Yellow. HEX triplet: FB, DC and AA. RGB value is (251,220,170). Sum of RGB (Red+Green+Blue) = 251+220+170=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDCAA is #042355. Grayscale: #DFDFDF. Windows color (decimal): -271190 or 11197691. OLE color: 11197691.
HSL color Cylindrical-coordinate representation of color #FBDCAA: hue angle of 37.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBDCAA is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 170 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.02 |
| HSL | 37.04º | 0.91% | 0.83% | - |
| HSV(B) | 37.04º | 0.32% | 0.98% | - |
| XYZ | 72.63 | 74.6 | 48.6 | - |
| YUV | 223.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 170 | 0 | 0.12 | 0.32 | 0.02 | 37.04 | 0.91 | 0.83 |
| Hex | FB | DC | AA | 0 | C | 20 | 2 | 25 | 5B | 53 |
| Octal | 373 | 334 | 252 | 0 | 14 | 40 | 2 | 45 | 133 | 123 |
| Binary | 11111011 | 11011100 | 10101010 | 0 | 1100 | 100000 | 10 | 100101 | 1011011 | 1010011 |
Color Harmonies of #FBDCAA
Complementary color
Monochromatic Colors of #FBDCAA
Black with #FBDCAA
Text Example
Text Example
White with #FBDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCAA; }
p { color: rgb(251,220,170); }
H1.HeaderClassName
{
color: #FBDCAA;
}
.AnyTagClassName
{
color: #FBDCAA;
}
</style>
background-color css
<style>
a { background-color: #FBDCAA; }
a { background-color: rgb(251,220,170); }
div.DivClassName
{
background-color: #FBDCAA;
}
.BgClassName
{
background-color: #FBDCAA;
}
</style>
border-color css
<style>
span { border-color: #FBDCAA; }
span { border-color: rgb(251,220,170); }
td.TdClassName
{
border-color: #FBDCAA;
}
.TagClassName
{
border-color: #FBDCAA;
}
</style>