Shades of Apricot #FFC4AB
Tints of Apricot #FFC4AB
RGB
CMYK
RGB Variations
Color information
#FFC4AB (or 0xFFC4AB) is known color: Apricot. HEX triplet: FF, C4 and AB. RGB value is (255,196,171). Sum of RGB (Red+Green+Blue) = 255+196+171=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4AB is #003B54. Grayscale: #D2D2D2. Windows color (decimal): -15189 or 11257087. OLE color: 11257087.
HSL color Cylindrical-coordinate representation of color #FFC4AB: hue angle of 17.86º 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 #FFC4AB is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 171 | - |
| CMYK | 0 | 0.23 | 0.33 | 0 |
| HSL | 17.86º | 1% | 0.84% | - |
| HSV(B) | 17.86º | 0.33% | 1% | - |
| XYZ | 68.33 | 63.68 | 47.22 | - |
| YUV | 210.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 171 | 0 | 0.23 | 0.33 | 0 | 17.86 | 1 | 0.84 |
| Hex | FF | C4 | AB | 0 | 17 | 21 | 0 | 12 | 64 | 54 |
| Octal | 377 | 304 | 253 | 0 | 27 | 41 | 0 | 22 | 144 | 124 |
| Binary | 11111111 | 11000100 | 10101011 | 0 | 10111 | 100001 | 0 | 10010 | 1100100 | 1010100 |
Color Harmonies of #FFC4AB
Complementary color
Monochromatic Colors of #FFC4AB
Black with #FFC4AB
Text Example
Text Example
White with #FFC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4AB; }
p { color: rgb(255,196,171); }
H1.HeaderClassName
{
color: #FFC4AB;
}
.AnyTagClassName
{
color: #FFC4AB;
}
</style>
background-color css
<style>
a { background-color: #FFC4AB; }
a { background-color: rgb(255,196,171); }
div.DivClassName
{
background-color: #FFC4AB;
}
.BgClassName
{
background-color: #FFC4AB;
}
</style>
border-color css
<style>
span { border-color: #FFC4AB; }
span { border-color: rgb(255,196,171); }
td.TdClassName
{
border-color: #FFC4AB;
}
.TagClassName
{
border-color: #FFC4AB;
}
</style>