Shades of Peach-Yellow #FBDFB1
Tints of Peach-Yellow #FBDFB1
RGB
CMYK
RGB Variations
Color information
#FBDFB1 (or 0xFBDFB1) is known color: Peach-Yellow. HEX triplet: FB, DF and B1. RGB value is (251,223,177). Sum of RGB (Red+Green+Blue) = 251+223+177=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFB1 is #04204E. Grayscale: #E2E2E2. Windows color (decimal): -270415 or 11657211. OLE color: 11657211.
HSL color Cylindrical-coordinate representation of color #FBDFB1: hue angle of 37.3º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBDFB1 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 177 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.02 |
| HSL | 37.3º | 0.9% | 0.84% | - |
| HSV(B) | 37.3º | 0.29% | 0.98% | - |
| XYZ | 74.11 | 76.46 | 52.45 | - |
| YUV | 226.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 177 | 0 | 0.11 | 0.29 | 0.02 | 37.3 | 0.9 | 0.84 |
| Hex | FB | DF | B1 | 0 | B | 1D | 2 | 25 | 5A | 54 |
| Octal | 373 | 337 | 261 | 0 | 13 | 35 | 2 | 45 | 132 | 124 |
| Binary | 11111011 | 11011111 | 10110001 | 0 | 1011 | 11101 | 10 | 100101 | 1011010 | 1010100 |
Color Harmonies of #FBDFB1
Complementary color
Monochromatic Colors of #FBDFB1
Black with #FBDFB1
Text Example
Text Example
White with #FBDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFB1; }
p { color: rgb(251,223,177); }
H1.HeaderClassName
{
color: #FBDFB1;
}
.AnyTagClassName
{
color: #FBDFB1;
}
</style>
background-color css
<style>
a { background-color: #FBDFB1; }
a { background-color: rgb(251,223,177); }
div.DivClassName
{
background-color: #FBDFB1;
}
.BgClassName
{
background-color: #FBDFB1;
}
</style>
border-color css
<style>
span { border-color: #FBDFB1; }
span { border-color: rgb(251,223,177); }
td.TdClassName
{
border-color: #FBDFB1;
}
.TagClassName
{
border-color: #FBDFB1;
}
</style>