Shades of Peach-Yellow #FBDFAC
Tints of Peach-Yellow #FBDFAC
RGB
CMYK
RGB Variations
Color information
#FBDFAC (or 0xFBDFAC) is known color: Peach-Yellow. HEX triplet: FB, DF and AC. RGB value is (251,223,172). Sum of RGB (Red+Green+Blue) = 251+223+172=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFAC is #042053. Grayscale: #E1E1E1. Windows color (decimal): -270420 or 11329531. OLE color: 11329531.
HSL color Cylindrical-coordinate representation of color #FBDFAC: hue angle of 38.73º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBDFAC is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 172 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.02 |
| HSL | 38.73º | 0.91% | 0.83% | - |
| HSV(B) | 38.73º | 0.31% | 0.98% | - |
| XYZ | 73.62 | 76.26 | 49.87 | - |
| YUV | 225.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 172 | 0 | 0.11 | 0.31 | 0.02 | 38.73 | 0.91 | 0.83 |
| Hex | FB | DF | AC | 0 | B | 1F | 2 | 27 | 5B | 53 |
| Octal | 373 | 337 | 254 | 0 | 13 | 37 | 2 | 47 | 133 | 123 |
| Binary | 11111011 | 11011111 | 10101100 | 0 | 1011 | 11111 | 10 | 100111 | 1011011 | 1010011 |
Color Harmonies of #FBDFAC
Complementary color
Monochromatic Colors of #FBDFAC
Black with #FBDFAC
Text Example
Text Example
White with #FBDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFAC; }
p { color: rgb(251,223,172); }
H1.HeaderClassName
{
color: #FBDFAC;
}
.AnyTagClassName
{
color: #FBDFAC;
}
</style>
background-color css
<style>
a { background-color: #FBDFAC; }
a { background-color: rgb(251,223,172); }
div.DivClassName
{
background-color: #FBDFAC;
}
.BgClassName
{
background-color: #FBDFAC;
}
</style>
border-color css
<style>
span { border-color: #FBDFAC; }
span { border-color: rgb(251,223,172); }
td.TdClassName
{
border-color: #FBDFAC;
}
.TagClassName
{
border-color: #FBDFAC;
}
</style>