Shades of Apricot #FFCAAB
Tints of Apricot #FFCAAB
RGB
CMYK
RGB Variations
Color information
#FFCAAB (or 0xFFCAAB) is known color: Apricot. HEX triplet: FF, CA and AB. RGB value is (255,202,171). Sum of RGB (Red+Green+Blue) = 255+202+171=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAB is #003554. Grayscale: #D6D6D6. Windows color (decimal): -13653 or 11258623. OLE color: 11258623.
HSL color Cylindrical-coordinate representation of color #FFCAAB: hue angle of 22.14º 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 #FFCAAB is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 171 | - |
| CMYK | 0 | 0.21 | 0.33 | 0 |
| HSL | 22.14º | 1% | 0.84% | - |
| HSV(B) | 22.14º | 0.33% | 1% | - |
| XYZ | 69.71 | 66.44 | 47.68 | - |
| YUV | 214.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 171 | 0 | 0.21 | 0.33 | 0 | 22.14 | 1 | 0.84 |
| Hex | FF | CA | AB | 0 | 15 | 21 | 0 | 16 | 64 | 54 |
| Octal | 377 | 312 | 253 | 0 | 25 | 41 | 0 | 26 | 144 | 124 |
| Binary | 11111111 | 11001010 | 10101011 | 0 | 10101 | 100001 | 0 | 10110 | 1100100 | 1010100 |
Color Harmonies of #FFCAAB
Complementary color
Monochromatic Colors of #FFCAAB
Black with #FFCAAB
Text Example
Text Example
White with #FFCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAAB; }
p { color: rgb(255,202,171); }
H1.HeaderClassName
{
color: #FFCAAB;
}
.AnyTagClassName
{
color: #FFCAAB;
}
</style>
background-color css
<style>
a { background-color: #FFCAAB; }
a { background-color: rgb(255,202,171); }
div.DivClassName
{
background-color: #FFCAAB;
}
.BgClassName
{
background-color: #FFCAAB;
}
</style>
border-color css
<style>
span { border-color: #FFCAAB; }
span { border-color: rgb(255,202,171); }
td.TdClassName
{
border-color: #FFCAAB;
}
.TagClassName
{
border-color: #FFCAAB;
}
</style>