Shades of Apricot #FACBAE
Tints of Apricot #FACBAE
RGB
CMYK
RGB Variations
Color information
#FACBAE (or 0xFACBAE) is known color: Apricot. HEX triplet: FA, CB and AE. RGB value is (250,203,174). Sum of RGB (Red+Green+Blue) = 250+203+174=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBAE is #053451. Grayscale: #D5D5D5. Windows color (decimal): -341074 or 11455482. OLE color: 11455482.
HSL color Cylindrical-coordinate representation of color #FACBAE: hue angle of 22.89º 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 #FACBAE is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 174 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.02 |
| HSL | 22.89º | 0.88% | 0.83% | - |
| HSV(B) | 22.89º | 0.3% | 0.98% | - |
| XYZ | 68.42 | 66.09 | 49.2 | - |
| YUV | 213.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 174 | 0 | 0.19 | 0.30 | 0.02 | 22.89 | 0.88 | 0.83 |
| Hex | FA | CB | AE | 0 | 13 | 1E | 2 | 17 | 58 | 53 |
| Octal | 372 | 313 | 256 | 0 | 23 | 36 | 2 | 27 | 130 | 123 |
| Binary | 11111010 | 11001011 | 10101110 | 0 | 10011 | 11110 | 10 | 10111 | 1011000 | 1010011 |
Color Harmonies of #FACBAE
Complementary color
Monochromatic Colors of #FACBAE
Black with #FACBAE
Text Example
Text Example
White with #FACBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBAE; }
p { color: rgb(250,203,174); }
H1.HeaderClassName
{
color: #FACBAE;
}
.AnyTagClassName
{
color: #FACBAE;
}
</style>
background-color css
<style>
a { background-color: #FACBAE; }
a { background-color: rgb(250,203,174); }
div.DivClassName
{
background-color: #FACBAE;
}
.BgClassName
{
background-color: #FACBAE;
}
</style>
border-color css
<style>
span { border-color: #FACBAE; }
span { border-color: rgb(250,203,174); }
td.TdClassName
{
border-color: #FACBAE;
}
.TagClassName
{
border-color: #FACBAE;
}
</style>