Shades of Apricot #FFC7AB
Tints of Apricot #FFC7AB
RGB
CMYK
RGB Variations
Color information
#FFC7AB (or 0xFFC7AB) is known color: Apricot. HEX triplet: FF, C7 and AB. RGB value is (255,199,171). Sum of RGB (Red+Green+Blue) = 255+199+171=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7AB is #003854. Grayscale: #D4D4D4. Windows color (decimal): -14421 or 11257855. OLE color: 11257855.
HSL color Cylindrical-coordinate representation of color #FFC7AB: hue angle of 20º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC7AB is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 171 | - |
| CMYK | 0 | 0.22 | 0.33 | 0 |
| HSL | 20º | 1% | 0.84% | - |
| HSV(B) | 20º | 0.33% | 1% | - |
| XYZ | 69.01 | 65.05 | 47.45 | - |
| YUV | 212.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 171 | 0 | 0.22 | 0.33 | 0 | 20 | 1 | 0.84 |
| Hex | FF | C7 | AB | 0 | 16 | 21 | 0 | 14 | 64 | 54 |
| Octal | 377 | 307 | 253 | 0 | 26 | 41 | 0 | 24 | 144 | 124 |
| Binary | 11111111 | 11000111 | 10101011 | 0 | 10110 | 100001 | 0 | 10100 | 1100100 | 1010100 |
Color Harmonies of #FFC7AB
Complementary color
Monochromatic Colors of #FFC7AB
Black with #FFC7AB
Text Example
Text Example
White with #FFC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7AB; }
p { color: rgb(255,199,171); }
H1.HeaderClassName
{
color: #FFC7AB;
}
.AnyTagClassName
{
color: #FFC7AB;
}
</style>
background-color css
<style>
a { background-color: #FFC7AB; }
a { background-color: rgb(255,199,171); }
div.DivClassName
{
background-color: #FFC7AB;
}
.BgClassName
{
background-color: #FFC7AB;
}
</style>
border-color css
<style>
span { border-color: #FFC7AB; }
span { border-color: rgb(255,199,171); }
td.TdClassName
{
border-color: #FFC7AB;
}
.TagClassName
{
border-color: #FFC7AB;
}
</style>