Shades of Apricot #FFCAAC
Tints of Apricot #FFCAAC
RGB
CMYK
RGB Variations
Color information
#FFCAAC (or 0xFFCAAC) is known color: Apricot. HEX triplet: FF, CA and AC. RGB value is (255,202,172). Sum of RGB (Red+Green+Blue) = 255+202+172=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAC is #003553. Grayscale: #D6D6D6. Windows color (decimal): -13652 or 11324159. OLE color: 11324159.
HSL color Cylindrical-coordinate representation of color #FFCAAC: hue angle of 21.69º 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 #FFCAAC is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 172 | - |
| CMYK | 0 | 0.21 | 0.33 | 0 |
| HSL | 21.69º | 1% | 0.84% | - |
| HSV(B) | 21.69º | 0.33% | 1% | - |
| XYZ | 69.81 | 66.48 | 48.18 | - |
| YUV | 214.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 172 | 0 | 0.21 | 0.33 | 0 | 21.69 | 1 | 0.84 |
| Hex | FF | CA | AC | 0 | 15 | 21 | 0 | 16 | 64 | 54 |
| Octal | 377 | 312 | 254 | 0 | 25 | 41 | 0 | 26 | 144 | 124 |
| Binary | 11111111 | 11001010 | 10101100 | 0 | 10101 | 100001 | 0 | 10110 | 1100100 | 1010100 |
Color Harmonies of #FFCAAC
Complementary color
Monochromatic Colors of #FFCAAC
Black with #FFCAAC
Text Example
Text Example
White with #FFCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAAC; }
p { color: rgb(255,202,172); }
H1.HeaderClassName
{
color: #FFCAAC;
}
.AnyTagClassName
{
color: #FFCAAC;
}
</style>
background-color css
<style>
a { background-color: #FFCAAC; }
a { background-color: rgb(255,202,172); }
div.DivClassName
{
background-color: #FFCAAC;
}
.BgClassName
{
background-color: #FFCAAC;
}
</style>
border-color css
<style>
span { border-color: #FFCAAC; }
span { border-color: rgb(255,202,172); }
td.TdClassName
{
border-color: #FFCAAC;
}
.TagClassName
{
border-color: #FFCAAC;
}
</style>