Shades of Peach-Yellow #FCDFAF
Tints of Peach-Yellow #FCDFAF
RGB
CMYK
RGB Variations
Color information
#FCDFAF (or 0xFCDFAF) is known color: Peach-Yellow. HEX triplet: FC, DF and AF. RGB value is (252,223,175). Sum of RGB (Red+Green+Blue) = 252+223+175=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFAF is #032050. Grayscale: #E2E2E2. Windows color (decimal): -204881 or 11526140. OLE color: 11526140.
HSL color Cylindrical-coordinate representation of color #FCDFAF: hue angle of 37.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCDFAF is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 175 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.01 |
| HSL | 37.4º | 0.93% | 0.84% | - |
| HSV(B) | 37.4º | 0.31% | 0.99% | - |
| XYZ | 74.27 | 76.57 | 51.42 | - |
| YUV | 226.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 175 | 0 | 0.12 | 0.31 | 0.01 | 37.4 | 0.93 | 0.84 |
| Hex | FC | DF | AF | 0 | C | 1F | 1 | 25 | 5D | 54 |
| Octal | 374 | 337 | 257 | 0 | 14 | 37 | 1 | 45 | 135 | 124 |
| Binary | 11111100 | 11011111 | 10101111 | 0 | 1100 | 11111 | 1 | 100101 | 1011101 | 1010100 |
Color Harmonies of #FCDFAF
Complementary color
Monochromatic Colors of #FCDFAF
Black with #FCDFAF
Text Example
Text Example
White with #FCDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFAF; }
p { color: rgb(252,223,175); }
H1.HeaderClassName
{
color: #FCDFAF;
}
.AnyTagClassName
{
color: #FCDFAF;
}
</style>
background-color css
<style>
a { background-color: #FCDFAF; }
a { background-color: rgb(252,223,175); }
div.DivClassName
{
background-color: #FCDFAF;
}
.BgClassName
{
background-color: #FCDFAF;
}
</style>
border-color css
<style>
span { border-color: #FCDFAF; }
span { border-color: rgb(252,223,175); }
td.TdClassName
{
border-color: #FCDFAF;
}
.TagClassName
{
border-color: #FCDFAF;
}
</style>