Shades of Peach-Yellow #FDDFAB
Tints of Peach-Yellow #FDDFAB
RGB
CMYK
RGB Variations
Color information
#FDDFAB (or 0xFDDFAB) is known color: Peach-Yellow. HEX triplet: FD, DF and AB. RGB value is (253,223,171). Sum of RGB (Red+Green+Blue) = 253+223+171=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFAB is #022054. Grayscale: #E2E2E2. Windows color (decimal): -139349 or 11263997. OLE color: 11263997.
HSL color Cylindrical-coordinate representation of color #FDDFAB: hue angle of 38.05º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDDFAB is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 171 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.01 |
| HSL | 38.05º | 0.95% | 0.83% | - |
| HSV(B) | 38.05º | 0.32% | 0.99% | - |
| XYZ | 74.25 | 76.6 | 49.4 | - |
| YUV | 226.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 171 | 0 | 0.12 | 0.32 | 0.01 | 38.05 | 0.95 | 0.83 |
| Hex | FD | DF | AB | 0 | C | 20 | 1 | 26 | 5F | 53 |
| Octal | 375 | 337 | 253 | 0 | 14 | 40 | 1 | 46 | 137 | 123 |
| Binary | 11111101 | 11011111 | 10101011 | 0 | 1100 | 100000 | 1 | 100110 | 1011111 | 1010011 |
Color Harmonies of #FDDFAB
Complementary color
Monochromatic Colors of #FDDFAB
Black with #FDDFAB
Text Example
Text Example
White with #FDDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFAB; }
p { color: rgb(253,223,171); }
H1.HeaderClassName
{
color: #FDDFAB;
}
.AnyTagClassName
{
color: #FDDFAB;
}
</style>
background-color css
<style>
a { background-color: #FDDFAB; }
a { background-color: rgb(253,223,171); }
div.DivClassName
{
background-color: #FDDFAB;
}
.BgClassName
{
background-color: #FDDFAB;
}
</style>
border-color css
<style>
span { border-color: #FDDFAB; }
span { border-color: rgb(253,223,171); }
td.TdClassName
{
border-color: #FDDFAB;
}
.TagClassName
{
border-color: #FDDFAB;
}
</style>