Shades of Apricot #FDCEAB
Tints of Apricot #FDCEAB
RGB
CMYK
RGB Variations
Color information
#FDCEAB (or 0xFDCEAB) is known color: Apricot. HEX triplet: FD, CE and AB. RGB value is (253,206,171). Sum of RGB (Red+Green+Blue) = 253+206+171=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAB is #023154. Grayscale: #D8D8D8. Windows color (decimal): -143701 or 11259645. OLE color: 11259645.
HSL color Cylindrical-coordinate representation of color #FDCEAB: hue angle of 25.61º 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 #FDCEAB is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 171 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.01 |
| HSL | 25.61º | 0.95% | 0.83% | - |
| HSV(B) | 25.61º | 0.32% | 0.99% | - |
| XYZ | 69.93 | 67.97 | 47.96 | - |
| YUV | 216.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 171 | 0 | 0.19 | 0.32 | 0.01 | 25.61 | 0.95 | 0.83 |
| Hex | FD | CE | AB | 0 | 13 | 20 | 1 | 1A | 5F | 53 |
| Octal | 375 | 316 | 253 | 0 | 23 | 40 | 1 | 32 | 137 | 123 |
| Binary | 11111101 | 11001110 | 10101011 | 0 | 10011 | 100000 | 1 | 11010 | 1011111 | 1010011 |
Color Harmonies of #FDCEAB
Complementary color
Monochromatic Colors of #FDCEAB
Black with #FDCEAB
Text Example
Text Example
White with #FDCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEAB; }
p { color: rgb(253,206,171); }
H1.HeaderClassName
{
color: #FDCEAB;
}
.AnyTagClassName
{
color: #FDCEAB;
}
</style>
background-color css
<style>
a { background-color: #FDCEAB; }
a { background-color: rgb(253,206,171); }
div.DivClassName
{
background-color: #FDCEAB;
}
.BgClassName
{
background-color: #FDCEAB;
}
</style>
border-color css
<style>
span { border-color: #FDCEAB; }
span { border-color: rgb(253,206,171); }
td.TdClassName
{
border-color: #FDCEAB;
}
.TagClassName
{
border-color: #FDCEAB;
}
</style>