Shades of Apricot #FDCEAC
Tints of Apricot #FDCEAC
RGB
CMYK
RGB Variations
Color information
#FDCEAC (or 0xFDCEAC) is known color: Apricot. HEX triplet: FD, CE and AC. RGB value is (253,206,172). Sum of RGB (Red+Green+Blue) = 253+206+172=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAC is #023153. Grayscale: #D8D8D8. Windows color (decimal): -143700 or 11325181. OLE color: 11325181.
HSL color Cylindrical-coordinate representation of color #FDCEAC: hue angle of 25.19º 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 #FDCEAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 172 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.01 |
| HSL | 25.19º | 0.95% | 0.83% | - |
| HSV(B) | 25.19º | 0.32% | 0.99% | - |
| XYZ | 70.03 | 68 | 48.47 | - |
| YUV | 216.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 172 | 0 | 0.19 | 0.32 | 0.01 | 25.19 | 0.95 | 0.83 |
| Hex | FD | CE | AC | 0 | 13 | 20 | 1 | 19 | 5F | 53 |
| Octal | 375 | 316 | 254 | 0 | 23 | 40 | 1 | 31 | 137 | 123 |
| Binary | 11111101 | 11001110 | 10101100 | 0 | 10011 | 100000 | 1 | 11001 | 1011111 | 1010011 |
Color Harmonies of #FDCEAC
Complementary color
Monochromatic Colors of #FDCEAC
Black with #FDCEAC
Text Example
Text Example
White with #FDCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEAC; }
p { color: rgb(253,206,172); }
H1.HeaderClassName
{
color: #FDCEAC;
}
.AnyTagClassName
{
color: #FDCEAC;
}
</style>
background-color css
<style>
a { background-color: #FDCEAC; }
a { background-color: rgb(253,206,172); }
div.DivClassName
{
background-color: #FDCEAC;
}
.BgClassName
{
background-color: #FDCEAC;
}
</style>
border-color css
<style>
span { border-color: #FDCEAC; }
span { border-color: rgb(253,206,172); }
td.TdClassName
{
border-color: #FDCEAC;
}
.TagClassName
{
border-color: #FDCEAC;
}
</style>