Shades of Apricot #FFCAB2
Tints of Apricot #FFCAB2
RGB
CMYK
RGB Variations
Color information
#FFCAB2 (or 0xFFCAB2) is known color: Apricot. HEX triplet: FF, CA and B2. RGB value is (255,202,178). Sum of RGB (Red+Green+Blue) = 255+202+178=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAB2 is #00354D. Grayscale: #D7D7D7. Windows color (decimal): -13646 or 11717375. OLE color: 11717375.
HSL color Cylindrical-coordinate representation of color #FFCAB2: hue angle of 18.7º 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 #FFCAB2 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 178 | - |
| CMYK | 0 | 0.21 | 0.30 | 0 |
| HSL | 18.7º | 1% | 0.85% | - |
| HSV(B) | 18.7º | 0.3% | 1% | - |
| XYZ | 70.4 | 66.72 | 51.29 | - |
| YUV | 215.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 178 | 0 | 0.21 | 0.30 | 0 | 18.7 | 1 | 0.85 |
| Hex | FF | CA | B2 | 0 | 15 | 1E | 0 | 13 | 64 | 55 |
| Octal | 377 | 312 | 262 | 0 | 25 | 36 | 0 | 23 | 144 | 125 |
| Binary | 11111111 | 11001010 | 10110010 | 0 | 10101 | 11110 | 0 | 10011 | 1100100 | 1010101 |
Color Harmonies of #FFCAB2
Complementary color
Monochromatic Colors of #FFCAB2
Black with #FFCAB2
Text Example
Text Example
White with #FFCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAB2; }
p { color: rgb(255,202,178); }
H1.HeaderClassName
{
color: #FFCAB2;
}
.AnyTagClassName
{
color: #FFCAB2;
}
</style>
background-color css
<style>
a { background-color: #FFCAB2; }
a { background-color: rgb(255,202,178); }
div.DivClassName
{
background-color: #FFCAB2;
}
.BgClassName
{
background-color: #FFCAB2;
}
</style>
border-color css
<style>
span { border-color: #FFCAB2; }
span { border-color: rgb(255,202,178); }
td.TdClassName
{
border-color: #FFCAB2;
}
.TagClassName
{
border-color: #FFCAB2;
}
</style>