Shades of Apricot #FACDAB
Tints of Apricot #FACDAB
RGB
CMYK
RGB Variations
Color information
#FACDAB (or 0xFACDAB) is known color: Apricot. HEX triplet: FA, CD and AB. RGB value is (250,205,171). Sum of RGB (Red+Green+Blue) = 250+205+171=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDAB is #053254. Grayscale: #D6D6D6. Windows color (decimal): -340565 or 11259386. OLE color: 11259386.
HSL color Cylindrical-coordinate representation of color #FACDAB: hue angle of 25.82º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FACDAB is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 171 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.02 |
| HSL | 25.82º | 0.89% | 0.83% | - |
| HSV(B) | 25.82º | 0.32% | 0.98% | - |
| XYZ | 68.61 | 66.93 | 47.83 | - |
| YUV | 214.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 171 | 0 | 0.18 | 0.32 | 0.02 | 25.82 | 0.89 | 0.83 |
| Hex | FA | CD | AB | 0 | 12 | 20 | 2 | 1A | 59 | 53 |
| Octal | 372 | 315 | 253 | 0 | 22 | 40 | 2 | 32 | 131 | 123 |
| Binary | 11111010 | 11001101 | 10101011 | 0 | 10010 | 100000 | 10 | 11010 | 1011001 | 1010011 |
Color Harmonies of #FACDAB
Complementary color
Monochromatic Colors of #FACDAB
Black with #FACDAB
Text Example
Text Example
White with #FACDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDAB; }
p { color: rgb(250,205,171); }
H1.HeaderClassName
{
color: #FACDAB;
}
.AnyTagClassName
{
color: #FACDAB;
}
</style>
background-color css
<style>
a { background-color: #FACDAB; }
a { background-color: rgb(250,205,171); }
div.DivClassName
{
background-color: #FACDAB;
}
.BgClassName
{
background-color: #FACDAB;
}
</style>
border-color css
<style>
span { border-color: #FACDAB; }
span { border-color: rgb(250,205,171); }
td.TdClassName
{
border-color: #FACDAB;
}
.TagClassName
{
border-color: #FACDAB;
}
</style>