Shades of Apricot #FACAAA
Tints of Apricot #FACAAA
RGB
CMYK
RGB Variations
Color information
#FACAAA (or 0xFACAAA) is known color: Apricot. HEX triplet: FA, CA and AA. RGB value is (250,202,170). Sum of RGB (Red+Green+Blue) = 250+202+170=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACAAA is #053555. Grayscale: #D4D4D4. Windows color (decimal): -341334 or 11193082. OLE color: 11193082.
HSL color Cylindrical-coordinate representation of color #FACAAA: hue angle of 24º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FACAAA is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 170 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.02 |
| HSL | 24º | 0.89% | 0.82% | - |
| HSV(B) | 24º | 0.32% | 0.98% | - |
| XYZ | 67.8 | 65.47 | 47.09 | - |
| YUV | 212.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 170 | 0 | 0.19 | 0.32 | 0.02 | 24 | 0.89 | 0.82 |
| Hex | FA | CA | AA | 0 | 13 | 20 | 2 | 18 | 59 | 52 |
| Octal | 372 | 312 | 252 | 0 | 23 | 40 | 2 | 30 | 131 | 122 |
| Binary | 11111010 | 11001010 | 10101010 | 0 | 10011 | 100000 | 10 | 11000 | 1011001 | 1010010 |
Color Harmonies of #FACAAA
Complementary color
Monochromatic Colors of #FACAAA
Black with #FACAAA
Text Example
Text Example
White with #FACAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAAA; }
p { color: rgb(250,202,170); }
H1.HeaderClassName
{
color: #FACAAA;
}
.AnyTagClassName
{
color: #FACAAA;
}
</style>
background-color css
<style>
a { background-color: #FACAAA; }
a { background-color: rgb(250,202,170); }
div.DivClassName
{
background-color: #FACAAA;
}
.BgClassName
{
background-color: #FACAAA;
}
</style>
border-color css
<style>
span { border-color: #FACAAA; }
span { border-color: rgb(250,202,170); }
td.TdClassName
{
border-color: #FACAAA;
}
.TagClassName
{
border-color: #FACAAA;
}
</style>