Shades of Apricot #FFCAB5
Tints of Apricot #FFCAB5
RGB
CMYK
RGB Variations
Color information
#FFCAB5 (or 0xFFCAB5) is known color: Apricot. HEX triplet: FF, CA and B5. RGB value is (255,202,181). Sum of RGB (Red+Green+Blue) = 255+202+181=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAB5 is #00354A. Grayscale: #D7D7D7. Windows color (decimal): -13643 or 11913983. OLE color: 11913983.
HSL color Cylindrical-coordinate representation of color #FFCAB5: hue angle of 17.03º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFCAB5 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 181 | - |
| CMYK | 0 | 0.21 | 0.29 | 0 |
| HSL | 17.03º | 1% | 0.85% | - |
| HSV(B) | 17.03º | 0.29% | 1% | - |
| XYZ | 70.7 | 66.84 | 52.89 | - |
| YUV | 215.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 181 | 0 | 0.21 | 0.29 | 0 | 17.03 | 1 | 0.85 |
| Hex | FF | CA | B5 | 0 | 15 | 1D | 0 | 11 | 64 | 55 |
| Octal | 377 | 312 | 265 | 0 | 25 | 35 | 0 | 21 | 144 | 125 |
| Binary | 11111111 | 11001010 | 10110101 | 0 | 10101 | 11101 | 0 | 10001 | 1100100 | 1010101 |
Color Harmonies of #FFCAB5
Complementary color
Monochromatic Colors of #FFCAB5
Black with #FFCAB5
Text Example
Text Example
White with #FFCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAB5; }
p { color: rgb(255,202,181); }
H1.HeaderClassName
{
color: #FFCAB5;
}
.AnyTagClassName
{
color: #FFCAB5;
}
</style>
background-color css
<style>
a { background-color: #FFCAB5; }
a { background-color: rgb(255,202,181); }
div.DivClassName
{
background-color: #FFCAB5;
}
.BgClassName
{
background-color: #FFCAB5;
}
</style>
border-color css
<style>
span { border-color: #FFCAB5; }
span { border-color: rgb(255,202,181); }
td.TdClassName
{
border-color: #FFCAB5;
}
.TagClassName
{
border-color: #FFCAB5;
}
</style>