Shades of Apricot #FDC6AC
Tints of Apricot #FDC6AC
RGB
CMYK
RGB Variations
Color information
#FDC6AC (or 0xFDC6AC) is known color: Apricot. HEX triplet: FD, C6 and AC. RGB value is (253,198,172). Sum of RGB (Red+Green+Blue) = 253+198+172=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6AC is #023953. Grayscale: #D3D3D3. Windows color (decimal): -145748 or 11323133. OLE color: 11323133.
HSL color Cylindrical-coordinate representation of color #FDC6AC: hue angle of 19.26º 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 #FDC6AC is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 172 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.01 |
| HSL | 19.26º | 0.95% | 0.83% | - |
| HSV(B) | 19.26º | 0.32% | 0.99% | - |
| XYZ | 68.15 | 64.25 | 47.84 | - |
| YUV | 211.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 172 | 0 | 0.22 | 0.32 | 0.01 | 19.26 | 0.95 | 0.83 |
| Hex | FD | C6 | AC | 0 | 16 | 20 | 1 | 13 | 5F | 53 |
| Octal | 375 | 306 | 254 | 0 | 26 | 40 | 1 | 23 | 137 | 123 |
| Binary | 11111101 | 11000110 | 10101100 | 0 | 10110 | 100000 | 1 | 10011 | 1011111 | 1010011 |
Color Harmonies of #FDC6AC
Complementary color
Monochromatic Colors of #FDC6AC
Black with #FDC6AC
Text Example
Text Example
White with #FDC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6AC; }
p { color: rgb(253,198,172); }
H1.HeaderClassName
{
color: #FDC6AC;
}
.AnyTagClassName
{
color: #FDC6AC;
}
</style>
background-color css
<style>
a { background-color: #FDC6AC; }
a { background-color: rgb(253,198,172); }
div.DivClassName
{
background-color: #FDC6AC;
}
.BgClassName
{
background-color: #FDC6AC;
}
</style>
border-color css
<style>
span { border-color: #FDC6AC; }
span { border-color: rgb(253,198,172); }
td.TdClassName
{
border-color: #FDC6AC;
}
.TagClassName
{
border-color: #FDC6AC;
}
</style>