Shades of Peach-Yellow #FCDFAB
Tints of Peach-Yellow #FCDFAB
RGB
CMYK
RGB Variations
Color information
#FCDFAB (or 0xFCDFAB) is known color: Peach-Yellow. HEX triplet: FC, DF and AB. RGB value is (252,223,171). Sum of RGB (Red+Green+Blue) = 252+223+171=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFAB is #032054. Grayscale: #E1E1E1. Windows color (decimal): -204885 or 11263996. OLE color: 11263996.
HSL color Cylindrical-coordinate representation of color #FCDFAB: hue angle of 38.52º degrees, saturation: 0.93, 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 #FCDFAB is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 171 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.01 |
| HSL | 38.52º | 0.93% | 0.83% | - |
| HSV(B) | 38.52º | 0.32% | 0.99% | - |
| XYZ | 73.88 | 76.41 | 49.38 | - |
| YUV | 225.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 171 | 0 | 0.12 | 0.32 | 0.01 | 38.52 | 0.93 | 0.83 |
| Hex | FC | DF | AB | 0 | C | 20 | 1 | 27 | 5D | 53 |
| Octal | 374 | 337 | 253 | 0 | 14 | 40 | 1 | 47 | 135 | 123 |
| Binary | 11111100 | 11011111 | 10101011 | 0 | 1100 | 100000 | 1 | 100111 | 1011101 | 1010011 |
Color Harmonies of #FCDFAB
Complementary color
Monochromatic Colors of #FCDFAB
Black with #FCDFAB
Text Example
Text Example
White with #FCDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFAB; }
p { color: rgb(252,223,171); }
H1.HeaderClassName
{
color: #FCDFAB;
}
.AnyTagClassName
{
color: #FCDFAB;
}
</style>
background-color css
<style>
a { background-color: #FCDFAB; }
a { background-color: rgb(252,223,171); }
div.DivClassName
{
background-color: #FCDFAB;
}
.BgClassName
{
background-color: #FCDFAB;
}
</style>
border-color css
<style>
span { border-color: #FCDFAB; }
span { border-color: rgb(252,223,171); }
td.TdClassName
{
border-color: #FCDFAB;
}
.TagClassName
{
border-color: #FCDFAB;
}
</style>