Shades of Apricot #FACEAC
Tints of Apricot #FACEAC
RGB
CMYK
RGB Variations
Color information
#FACEAC (or 0xFACEAC) is known color: Apricot. HEX triplet: FA, CE and AC. RGB value is (250,206,172). Sum of RGB (Red+Green+Blue) = 250+206+172=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEAC is #053153. Grayscale: #D7D7D7. Windows color (decimal): -340308 or 11325178. OLE color: 11325178.
HSL color Cylindrical-coordinate representation of color #FACEAC: hue angle of 26.15º 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 #FACEAC is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 172 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.02 |
| HSL | 26.15º | 0.89% | 0.83% | - |
| HSV(B) | 26.15º | 0.31% | 0.98% | - |
| XYZ | 68.94 | 67.45 | 48.41 | - |
| YUV | 215.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 172 | 0 | 0.18 | 0.31 | 0.02 | 26.15 | 0.89 | 0.83 |
| Hex | FA | CE | AC | 0 | 12 | 1F | 2 | 1A | 59 | 53 |
| Octal | 372 | 316 | 254 | 0 | 22 | 37 | 2 | 32 | 131 | 123 |
| Binary | 11111010 | 11001110 | 10101100 | 0 | 10010 | 11111 | 10 | 11010 | 1011001 | 1010011 |
Color Harmonies of #FACEAC
Complementary color
Monochromatic Colors of #FACEAC
Black with #FACEAC
Text Example
Text Example
White with #FACEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEAC; }
p { color: rgb(250,206,172); }
H1.HeaderClassName
{
color: #FACEAC;
}
.AnyTagClassName
{
color: #FACEAC;
}
</style>
background-color css
<style>
a { background-color: #FACEAC; }
a { background-color: rgb(250,206,172); }
div.DivClassName
{
background-color: #FACEAC;
}
.BgClassName
{
background-color: #FACEAC;
}
</style>
border-color css
<style>
span { border-color: #FACEAC; }
span { border-color: rgb(250,206,172); }
td.TdClassName
{
border-color: #FACEAC;
}
.TagClassName
{
border-color: #FACEAC;
}
</style>