Shades of Peach #FDCBA3
Tints of Peach #FDCBA3
RGB
CMYK
RGB Variations
Color information
#FDCBA3 (or 0xFDCBA3) is known color: Peach. HEX triplet: FD, CB and A3. RGB value is (253,203,163). Sum of RGB (Red+Green+Blue) = 253+203+163=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA3 is #02345C. Grayscale: #D5D5D5. Windows color (decimal): -144477 or 10734589. OLE color: 10734589.
HSL color Cylindrical-coordinate representation of color #FDCBA3: hue angle of 26.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDCBA3 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 163 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.01 |
| HSL | 26.67º | 0.96% | 0.82% | - |
| HSV(B) | 26.67º | 0.36% | 0.99% | - |
| XYZ | 68.47 | 66.24 | 43.83 | - |
| YUV | 213.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 163 | 0 | 0.20 | 0.36 | 0.01 | 26.67 | 0.96 | 0.82 |
| Hex | FD | CB | A3 | 0 | 14 | 24 | 1 | 1B | 60 | 52 |
| Octal | 375 | 313 | 243 | 0 | 24 | 44 | 1 | 33 | 140 | 122 |
| Binary | 11111101 | 11001011 | 10100011 | 0 | 10100 | 100100 | 1 | 11011 | 1100000 | 1010010 |
Color Harmonies of #FDCBA3
Complementary color
Monochromatic Colors of #FDCBA3
Black with #FDCBA3
Text Example
Text Example
White with #FDCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBA3; }
p { color: rgb(253,203,163); }
H1.HeaderClassName
{
color: #FDCBA3;
}
.AnyTagClassName
{
color: #FDCBA3;
}
</style>
background-color css
<style>
a { background-color: #FDCBA3; }
a { background-color: rgb(253,203,163); }
div.DivClassName
{
background-color: #FDCBA3;
}
.BgClassName
{
background-color: #FDCBA3;
}
</style>
border-color css
<style>
span { border-color: #FDCBA3; }
span { border-color: rgb(253,203,163); }
td.TdClassName
{
border-color: #FDCBA3;
}
.TagClassName
{
border-color: #FDCBA3;
}
</style>