Shades of Apricot #FACAAC
Tints of Apricot #FACAAC
RGB
CMYK
RGB Variations
Color information
#FACAAC (or 0xFACAAC) is known color: Apricot. HEX triplet: FA, CA and AC. RGB value is (250,202,172). Sum of RGB (Red+Green+Blue) = 250+202+172=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAAC is #053553. Grayscale: #D5D5D5. Windows color (decimal): -341332 or 11324154. OLE color: 11324154.
HSL color Cylindrical-coordinate representation of color #FACAAC: hue angle of 23.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FACAAC is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 172 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.02 |
| HSL | 23.08º | 0.89% | 0.83% | - |
| HSV(B) | 23.08º | 0.31% | 0.98% | - |
| XYZ | 67.99 | 65.54 | 48.1 | - |
| YUV | 212.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 172 | 0 | 0.19 | 0.31 | 0.02 | 23.08 | 0.89 | 0.83 |
| Hex | FA | CA | AC | 0 | 13 | 1F | 2 | 17 | 59 | 53 |
| Octal | 372 | 312 | 254 | 0 | 23 | 37 | 2 | 27 | 131 | 123 |
| Binary | 11111010 | 11001010 | 10101100 | 0 | 10011 | 11111 | 10 | 10111 | 1011001 | 1010011 |
Color Harmonies of #FACAAC
Complementary color
Monochromatic Colors of #FACAAC
Black with #FACAAC
Text Example
Text Example
White with #FACAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAAC; }
p { color: rgb(250,202,172); }
H1.HeaderClassName
{
color: #FACAAC;
}
.AnyTagClassName
{
color: #FACAAC;
}
</style>
background-color css
<style>
a { background-color: #FACAAC; }
a { background-color: rgb(250,202,172); }
div.DivClassName
{
background-color: #FACAAC;
}
.BgClassName
{
background-color: #FACAAC;
}
</style>
border-color css
<style>
span { border-color: #FACAAC; }
span { border-color: rgb(250,202,172); }
td.TdClassName
{
border-color: #FACAAC;
}
.TagClassName
{
border-color: #FACAAC;
}
</style>