Shades of Apricot #FDC6AF
Tints of Apricot #FDC6AF
RGB
CMYK
RGB Variations
Color information
#FDC6AF (or 0xFDC6AF) is known color: Apricot. HEX triplet: FD, C6 and AF. RGB value is (253,198,175). Sum of RGB (Red+Green+Blue) = 253+198+175=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6AF is #023950. Grayscale: #D3D3D3. Windows color (decimal): -145745 or 11519741. OLE color: 11519741.
HSL color Cylindrical-coordinate representation of color #FDC6AF: hue angle of 17.69º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDC6AF is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 175 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.01 |
| HSL | 17.69º | 0.95% | 0.84% | - |
| HSV(B) | 17.69º | 0.31% | 0.99% | - |
| XYZ | 68.44 | 64.37 | 49.37 | - |
| YUV | 211.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 175 | 0 | 0.22 | 0.31 | 0.01 | 17.69 | 0.95 | 0.84 |
| Hex | FD | C6 | AF | 0 | 16 | 1F | 1 | 12 | 5F | 54 |
| Octal | 375 | 306 | 257 | 0 | 26 | 37 | 1 | 22 | 137 | 124 |
| Binary | 11111101 | 11000110 | 10101111 | 0 | 10110 | 11111 | 1 | 10010 | 1011111 | 1010100 |
Color Harmonies of #FDC6AF
Complementary color
Monochromatic Colors of #FDC6AF
Black with #FDC6AF
Text Example
Text Example
White with #FDC6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6AF; }
p { color: rgb(253,198,175); }
H1.HeaderClassName
{
color: #FDC6AF;
}
.AnyTagClassName
{
color: #FDC6AF;
}
</style>
background-color css
<style>
a { background-color: #FDC6AF; }
a { background-color: rgb(253,198,175); }
div.DivClassName
{
background-color: #FDC6AF;
}
.BgClassName
{
background-color: #FDC6AF;
}
</style>
border-color css
<style>
span { border-color: #FDC6AF; }
span { border-color: rgb(253,198,175); }
td.TdClassName
{
border-color: #FDC6AF;
}
.TagClassName
{
border-color: #FDC6AF;
}
</style>