Shades of Apricot #FFC5AF
Tints of Apricot #FFC5AF
RGB
CMYK
RGB Variations
Color information
#FFC5AF (or 0xFFC5AF) is known color: Apricot. HEX triplet: FF, C5 and AF. RGB value is (255,197,175). Sum of RGB (Red+Green+Blue) = 255+197+175=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5AF is #003A50. Grayscale: #D3D3D3. Windows color (decimal): -14929 or 11519487. OLE color: 11519487.
HSL color Cylindrical-coordinate representation of color #FFC5AF: hue angle of 16.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC5AF is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 175 | - |
| CMYK | 0 | 0.23 | 0.31 | 0 |
| HSL | 16.5º | 1% | 0.84% | - |
| HSV(B) | 16.5º | 0.31% | 1% | - |
| XYZ | 68.94 | 64.29 | 49.33 | - |
| YUV | 211.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 175 | 0 | 0.23 | 0.31 | 0 | 16.5 | 1 | 0.84 |
| Hex | FF | C5 | AF | 0 | 17 | 1F | 0 | 10 | 64 | 54 |
| Octal | 377 | 305 | 257 | 0 | 27 | 37 | 0 | 20 | 144 | 124 |
| Binary | 11111111 | 11000101 | 10101111 | 0 | 10111 | 11111 | 0 | 10000 | 1100100 | 1010100 |
Color Harmonies of #FFC5AF
Complementary color
Monochromatic Colors of #FFC5AF
Black with #FFC5AF
Text Example
Text Example
White with #FFC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5AF; }
p { color: rgb(255,197,175); }
H1.HeaderClassName
{
color: #FFC5AF;
}
.AnyTagClassName
{
color: #FFC5AF;
}
</style>
background-color css
<style>
a { background-color: #FFC5AF; }
a { background-color: rgb(255,197,175); }
div.DivClassName
{
background-color: #FFC5AF;
}
.BgClassName
{
background-color: #FFC5AF;
}
</style>
border-color css
<style>
span { border-color: #FFC5AF; }
span { border-color: rgb(255,197,175); }
td.TdClassName
{
border-color: #FFC5AF;
}
.TagClassName
{
border-color: #FFC5AF;
}
</style>