Shades of Apricot #FACAB4
Tints of Apricot #FACAB4
RGB
CMYK
RGB Variations
Color information
#FACAB4 (or 0xFACAB4) is known color: Apricot. HEX triplet: FA, CA and B4. RGB value is (250,202,180). Sum of RGB (Red+Green+Blue) = 250+202+180=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAB4 is #05354B. Grayscale: #D5D5D5. Windows color (decimal): -341324 or 11848442. OLE color: 11848442.
HSL color Cylindrical-coordinate representation of color #FACAB4: hue angle of 18.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FACAB4 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 180 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.02 |
| HSL | 18.86º | 0.88% | 0.84% | - |
| HSV(B) | 18.86º | 0.28% | 0.98% | - |
| XYZ | 68.78 | 65.86 | 52.27 | - |
| YUV | 213.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 180 | 0 | 0.19 | 0.28 | 0.02 | 18.86 | 0.88 | 0.84 |
| Hex | FA | CA | B4 | 0 | 13 | 1C | 2 | 13 | 58 | 54 |
| Octal | 372 | 312 | 264 | 0 | 23 | 34 | 2 | 23 | 130 | 124 |
| Binary | 11111010 | 11001010 | 10110100 | 0 | 10011 | 11100 | 10 | 10011 | 1011000 | 1010100 |
Color Harmonies of #FACAB4
Complementary color
Monochromatic Colors of #FACAB4
Black with #FACAB4
Text Example
Text Example
White with #FACAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAB4; }
p { color: rgb(250,202,180); }
H1.HeaderClassName
{
color: #FACAB4;
}
.AnyTagClassName
{
color: #FACAB4;
}
</style>
background-color css
<style>
a { background-color: #FACAB4; }
a { background-color: rgb(250,202,180); }
div.DivClassName
{
background-color: #FACAB4;
}
.BgClassName
{
background-color: #FACAB4;
}
</style>
border-color css
<style>
span { border-color: #FACAB4; }
span { border-color: rgb(250,202,180); }
td.TdClassName
{
border-color: #FACAB4;
}
.TagClassName
{
border-color: #FACAB4;
}
</style>