Shades of Apricot #FACFAF
Tints of Apricot #FACFAF
RGB
CMYK
RGB Variations
Color information
#FACFAF (or 0xFACFAF) is known color: Apricot. HEX triplet: FA, CF and AF. RGB value is (250,207,175). Sum of RGB (Red+Green+Blue) = 250+207+175=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACFAF is #053050. Grayscale: #D8D8D8. Windows color (decimal): -340049 or 11522042. OLE color: 11522042.
HSL color Cylindrical-coordinate representation of color #FACFAF: hue angle of 25.6º 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 #FACFAF is Cyan = 0, Magento = 0.17, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 175 | - |
| CMYK | 0 | 0.17 | 0.3 | 0.02 |
| HSL | 25.6º | 0.88% | 0.83% | - |
| HSV(B) | 25.6º | 0.3% | 0.98% | - |
| XYZ | 69.48 | 68.04 | 50.03 | - |
| YUV | 216.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 175 | 0 | 0.17 | 0.3 | 0.02 | 25.6 | 0.88 | 0.83 |
| Hex | FA | CF | AF | 0 | 11 | 1E | 2 | 1A | 58 | 53 |
| Octal | 372 | 317 | 257 | 0 | 21 | 36 | 2 | 32 | 130 | 123 |
| Binary | 11111010 | 11001111 | 10101111 | 0 | 10001 | 11110 | 10 | 11010 | 1011000 | 1010011 |
Color Harmonies of #FACFAF
Complementary color
Monochromatic Colors of #FACFAF
Black with #FACFAF
Text Example
Text Example
White with #FACFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFAF; }
p { color: rgb(250,207,175); }
H1.HeaderClassName
{
color: #FACFAF;
}
.AnyTagClassName
{
color: #FACFAF;
}
</style>
background-color css
<style>
a { background-color: #FACFAF; }
a { background-color: rgb(250,207,175); }
div.DivClassName
{
background-color: #FACFAF;
}
.BgClassName
{
background-color: #FACFAF;
}
</style>
border-color css
<style>
span { border-color: #FACFAF; }
span { border-color: rgb(250,207,175); }
td.TdClassName
{
border-color: #FACFAF;
}
.TagClassName
{
border-color: #FACFAF;
}
</style>