Shades of Apricot #FDC6AB
Tints of Apricot #FDC6AB
RGB
CMYK
RGB Variations
Color information
#FDC6AB (or 0xFDC6AB) is known color: Apricot. HEX triplet: FD, C6 and AB. RGB value is (253,198,171). Sum of RGB (Red+Green+Blue) = 253+198+171=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6AB is #023954. Grayscale: #D3D3D3. Windows color (decimal): -145749 or 11257597. OLE color: 11257597.
HSL color Cylindrical-coordinate representation of color #FDC6AB: hue angle of 19.76º 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 #FDC6AB is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 171 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.01 |
| HSL | 19.76º | 0.95% | 0.83% | - |
| HSV(B) | 19.76º | 0.32% | 0.99% | - |
| XYZ | 68.05 | 64.21 | 47.34 | - |
| YUV | 211.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 171 | 0 | 0.22 | 0.32 | 0.01 | 19.76 | 0.95 | 0.83 |
| Hex | FD | C6 | AB | 0 | 16 | 20 | 1 | 14 | 5F | 53 |
| Octal | 375 | 306 | 253 | 0 | 26 | 40 | 1 | 24 | 137 | 123 |
| Binary | 11111101 | 11000110 | 10101011 | 0 | 10110 | 100000 | 1 | 10100 | 1011111 | 1010011 |
Color Harmonies of #FDC6AB
Complementary color
Monochromatic Colors of #FDC6AB
Black with #FDC6AB
Text Example
Text Example
White with #FDC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6AB; }
p { color: rgb(253,198,171); }
H1.HeaderClassName
{
color: #FDC6AB;
}
.AnyTagClassName
{
color: #FDC6AB;
}
</style>
background-color css
<style>
a { background-color: #FDC6AB; }
a { background-color: rgb(253,198,171); }
div.DivClassName
{
background-color: #FDC6AB;
}
.BgClassName
{
background-color: #FDC6AB;
}
</style>
border-color css
<style>
span { border-color: #FDC6AB; }
span { border-color: rgb(253,198,171); }
td.TdClassName
{
border-color: #FDC6AB;
}
.TagClassName
{
border-color: #FDC6AB;
}
</style>