Shades of Apricot #FFC5AD
Tints of Apricot #FFC5AD
RGB
CMYK
RGB Variations
Color information
#FFC5AD (or 0xFFC5AD) is known color: Apricot. HEX triplet: FF, C5 and AD. RGB value is (255,197,173). Sum of RGB (Red+Green+Blue) = 255+197+173=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5AD is #003A52. Grayscale: #D3D3D3. Windows color (decimal): -14931 or 11388415. OLE color: 11388415.
HSL color Cylindrical-coordinate representation of color #FFC5AD: hue angle of 17.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFC5AD is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 173 | - |
| CMYK | 0 | 0.23 | 0.32 | 0 |
| HSL | 17.56º | 1% | 0.84% | - |
| HSV(B) | 17.56º | 0.32% | 1% | - |
| XYZ | 68.75 | 64.21 | 48.31 | - |
| YUV | 211.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 173 | 0 | 0.23 | 0.32 | 0 | 17.56 | 1 | 0.84 |
| Hex | FF | C5 | AD | 0 | 17 | 20 | 0 | 12 | 64 | 54 |
| Octal | 377 | 305 | 255 | 0 | 27 | 40 | 0 | 22 | 144 | 124 |
| Binary | 11111111 | 11000101 | 10101101 | 0 | 10111 | 100000 | 0 | 10010 | 1100100 | 1010100 |
Color Harmonies of #FFC5AD
Complementary color
Monochromatic Colors of #FFC5AD
Black with #FFC5AD
Text Example
Text Example
White with #FFC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5AD; }
p { color: rgb(255,197,173); }
H1.HeaderClassName
{
color: #FFC5AD;
}
.AnyTagClassName
{
color: #FFC5AD;
}
</style>
background-color css
<style>
a { background-color: #FFC5AD; }
a { background-color: rgb(255,197,173); }
div.DivClassName
{
background-color: #FFC5AD;
}
.BgClassName
{
background-color: #FFC5AD;
}
</style>
border-color css
<style>
span { border-color: #FFC5AD; }
span { border-color: rgb(255,197,173); }
td.TdClassName
{
border-color: #FFC5AD;
}
.TagClassName
{
border-color: #FFC5AD;
}
</style>