Shades of Apricot #FDCFAB
Tints of Apricot #FDCFAB
RGB
CMYK
RGB Variations
Color information
#FDCFAB (or 0xFDCFAB) is known color: Apricot. HEX triplet: FD, CF and AB. RGB value is (253,207,171). Sum of RGB (Red+Green+Blue) = 253+207+171=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFAB is #023054. Grayscale: #D8D8D8. Windows color (decimal): -143445 or 11259901. OLE color: 11259901.
HSL color Cylindrical-coordinate representation of color #FDCFAB: hue angle of 26.34º 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 #FDCFAB is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 171 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.01 |
| HSL | 26.34º | 0.95% | 0.83% | - |
| HSV(B) | 26.34º | 0.32% | 0.99% | - |
| XYZ | 70.17 | 68.45 | 48.04 | - |
| YUV | 216.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 171 | 0 | 0.18 | 0.32 | 0.01 | 26.34 | 0.95 | 0.83 |
| Hex | FD | CF | AB | 0 | 12 | 20 | 1 | 1A | 5F | 53 |
| Octal | 375 | 317 | 253 | 0 | 22 | 40 | 1 | 32 | 137 | 123 |
| Binary | 11111101 | 11001111 | 10101011 | 0 | 10010 | 100000 | 1 | 11010 | 1011111 | 1010011 |
Color Harmonies of #FDCFAB
Complementary color
Monochromatic Colors of #FDCFAB
Black with #FDCFAB
Text Example
Text Example
White with #FDCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFAB; }
p { color: rgb(253,207,171); }
H1.HeaderClassName
{
color: #FDCFAB;
}
.AnyTagClassName
{
color: #FDCFAB;
}
</style>
background-color css
<style>
a { background-color: #FDCFAB; }
a { background-color: rgb(253,207,171); }
div.DivClassName
{
background-color: #FDCFAB;
}
.BgClassName
{
background-color: #FDCFAB;
}
</style>
border-color css
<style>
span { border-color: #FDCFAB; }
span { border-color: rgb(253,207,171); }
td.TdClassName
{
border-color: #FDCFAB;
}
.TagClassName
{
border-color: #FDCFAB;
}
</style>