Shades of Apricot #FACFAB
Tints of Apricot #FACFAB
RGB
CMYK
RGB Variations
Color information
#FACFAB (or 0xFACFAB) is known color: Apricot. HEX triplet: FA, CF and AB. RGB value is (250,207,171). Sum of RGB (Red+Green+Blue) = 250+207+171=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFAB is #053054. Grayscale: #D7D7D7. Windows color (decimal): -340053 or 11259898. OLE color: 11259898.
HSL color Cylindrical-coordinate representation of color #FACFAB: hue angle of 27.34º 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 #FACFAB is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 171 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.02 |
| HSL | 27.34º | 0.89% | 0.83% | - |
| HSV(B) | 27.34º | 0.32% | 0.98% | - |
| XYZ | 69.09 | 67.89 | 47.99 | - |
| YUV | 215.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 171 | 0 | 0.17 | 0.32 | 0.02 | 27.34 | 0.89 | 0.83 |
| Hex | FA | CF | AB | 0 | 11 | 20 | 2 | 1B | 59 | 53 |
| Octal | 372 | 317 | 253 | 0 | 21 | 40 | 2 | 33 | 131 | 123 |
| Binary | 11111010 | 11001111 | 10101011 | 0 | 10001 | 100000 | 10 | 11011 | 1011001 | 1010011 |
Color Harmonies of #FACFAB
Complementary color
Monochromatic Colors of #FACFAB
Black with #FACFAB
Text Example
Text Example
White with #FACFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFAB; }
p { color: rgb(250,207,171); }
H1.HeaderClassName
{
color: #FACFAB;
}
.AnyTagClassName
{
color: #FACFAB;
}
</style>
background-color css
<style>
a { background-color: #FACFAB; }
a { background-color: rgb(250,207,171); }
div.DivClassName
{
background-color: #FACFAB;
}
.BgClassName
{
background-color: #FACFAB;
}
</style>
border-color css
<style>
span { border-color: #FACFAB; }
span { border-color: rgb(250,207,171); }
td.TdClassName
{
border-color: #FACFAB;
}
.TagClassName
{
border-color: #FACFAB;
}
</style>