Shades of Apricot #FACCAF
Tints of Apricot #FACCAF
RGB
CMYK
RGB Variations
Color information
#FACCAF (or 0xFACCAF) is known color: Apricot. HEX triplet: FA, CC and AF. RGB value is (250,204,175). Sum of RGB (Red+Green+Blue) = 250+204+175=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACCAF is #053350. Grayscale: #D6D6D6. Windows color (decimal): -340817 or 11521274. OLE color: 11521274.
HSL color Cylindrical-coordinate representation of color #FACCAF: hue angle of 23.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FACCAF is Cyan = 0, Magento = 0.18, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 175 | - |
| CMYK | 0 | 0.18 | 0.3 | 0.02 |
| HSL | 23.2º | 0.88% | 0.83% | - |
| HSV(B) | 23.2º | 0.3% | 0.98% | - |
| XYZ | 68.76 | 66.6 | 49.79 | - |
| YUV | 214.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 175 | 0 | 0.18 | 0.3 | 0.02 | 23.2 | 0.88 | 0.83 |
| Hex | FA | CC | AF | 0 | 12 | 1E | 2 | 17 | 58 | 53 |
| Octal | 372 | 314 | 257 | 0 | 22 | 36 | 2 | 27 | 130 | 123 |
| Binary | 11111010 | 11001100 | 10101111 | 0 | 10010 | 11110 | 10 | 10111 | 1011000 | 1010011 |
Color Harmonies of #FACCAF
Complementary color
Monochromatic Colors of #FACCAF
Black with #FACCAF
Text Example
Text Example
White with #FACCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCAF; }
p { color: rgb(250,204,175); }
H1.HeaderClassName
{
color: #FACCAF;
}
.AnyTagClassName
{
color: #FACCAF;
}
</style>
background-color css
<style>
a { background-color: #FACCAF; }
a { background-color: rgb(250,204,175); }
div.DivClassName
{
background-color: #FACCAF;
}
.BgClassName
{
background-color: #FACCAF;
}
</style>
border-color css
<style>
span { border-color: #FACCAF; }
span { border-color: rgb(250,204,175); }
td.TdClassName
{
border-color: #FACCAF;
}
.TagClassName
{
border-color: #FACCAF;
}
</style>