Shades of Apricot #FACEB0
Tints of Apricot #FACEB0
RGB
CMYK
RGB Variations
Color information
#FACEB0 (or 0xFACEB0) is known color: Apricot. HEX triplet: FA, CE and B0. RGB value is (250,206,176). Sum of RGB (Red+Green+Blue) = 250+206+176=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACEB0 is #05314F. Grayscale: #D7D7D7. Windows color (decimal): -340304 or 11587322. OLE color: 11587322.
HSL color Cylindrical-coordinate representation of color #FACEB0: hue angle of 24.32º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FACEB0 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 176 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.02 |
| HSL | 24.32º | 0.88% | 0.84% | - |
| HSV(B) | 24.32º | 0.3% | 0.98% | - |
| XYZ | 69.33 | 67.6 | 50.47 | - |
| YUV | 215.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 176 | 0 | 0.18 | 0.30 | 0.02 | 24.32 | 0.88 | 0.84 |
| Hex | FA | CE | B0 | 0 | 12 | 1E | 2 | 18 | 58 | 54 |
| Octal | 372 | 316 | 260 | 0 | 22 | 36 | 2 | 30 | 130 | 124 |
| Binary | 11111010 | 11001110 | 10110000 | 0 | 10010 | 11110 | 10 | 11000 | 1011000 | 1010100 |
Color Harmonies of #FACEB0
Complementary color
Monochromatic Colors of #FACEB0
Black with #FACEB0
Text Example
Text Example
White with #FACEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEB0; }
p { color: rgb(250,206,176); }
H1.HeaderClassName
{
color: #FACEB0;
}
.AnyTagClassName
{
color: #FACEB0;
}
</style>
background-color css
<style>
a { background-color: #FACEB0; }
a { background-color: rgb(250,206,176); }
div.DivClassName
{
background-color: #FACEB0;
}
.BgClassName
{
background-color: #FACEB0;
}
</style>
border-color css
<style>
span { border-color: #FACEB0; }
span { border-color: rgb(250,206,176); }
td.TdClassName
{
border-color: #FACEB0;
}
.TagClassName
{
border-color: #FACEB0;
}
</style>