Shades of Apricot #FFCAB3
Tints of Apricot #FFCAB3
RGB
CMYK
RGB Variations
Color information
#FFCAB3 (or 0xFFCAB3) is known color: Apricot. HEX triplet: FF, CA and B3. RGB value is (255,202,179). Sum of RGB (Red+Green+Blue) = 255+202+179=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAB3 is #00354C. Grayscale: #D7D7D7. Windows color (decimal): -13645 or 11782911. OLE color: 11782911.
HSL color Cylindrical-coordinate representation of color #FFCAB3: hue angle of 18.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFCAB3 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 179 | - |
| CMYK | 0 | 0.21 | 0.30 | 0 |
| HSL | 18.16º | 1% | 0.85% | - |
| HSV(B) | 18.16º | 0.3% | 1% | - |
| XYZ | 70.5 | 66.76 | 51.82 | - |
| YUV | 215.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 179 | 0 | 0.21 | 0.30 | 0 | 18.16 | 1 | 0.85 |
| Hex | FF | CA | B3 | 0 | 15 | 1E | 0 | 12 | 64 | 55 |
| Octal | 377 | 312 | 263 | 0 | 25 | 36 | 0 | 22 | 144 | 125 |
| Binary | 11111111 | 11001010 | 10110011 | 0 | 10101 | 11110 | 0 | 10010 | 1100100 | 1010101 |
Color Harmonies of #FFCAB3
Complementary color
Monochromatic Colors of #FFCAB3
Black with #FFCAB3
Text Example
Text Example
White with #FFCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAB3; }
p { color: rgb(255,202,179); }
H1.HeaderClassName
{
color: #FFCAB3;
}
.AnyTagClassName
{
color: #FFCAB3;
}
</style>
background-color css
<style>
a { background-color: #FFCAB3; }
a { background-color: rgb(255,202,179); }
div.DivClassName
{
background-color: #FFCAB3;
}
.BgClassName
{
background-color: #FFCAB3;
}
</style>
border-color css
<style>
span { border-color: #FFCAB3; }
span { border-color: rgb(255,202,179); }
td.TdClassName
{
border-color: #FFCAB3;
}
.TagClassName
{
border-color: #FFCAB3;
}
</style>