Shades of Apricot #FAC7B2
Tints of Apricot #FAC7B2
RGB
CMYK
RGB Variations
Color information
#FAC7B2 (or 0xFAC7B2) is known color: Apricot. HEX triplet: FA, C7 and B2. RGB value is (250,199,178). Sum of RGB (Red+Green+Blue) = 250+199+178=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7B2 is #05384D. Grayscale: #D3D3D3. Windows color (decimal): -342094 or 11716602. OLE color: 11716602.
HSL color Cylindrical-coordinate representation of color #FAC7B2: hue angle of 17.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAC7B2 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 178 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.02 |
| HSL | 17.5º | 0.88% | 0.84% | - |
| HSV(B) | 17.5º | 0.29% | 0.98% | - |
| XYZ | 67.88 | 64.39 | 50.97 | - |
| YUV | 211.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 178 | 0 | 0.20 | 0.29 | 0.02 | 17.5 | 0.88 | 0.84 |
| Hex | FA | C7 | B2 | 0 | 14 | 1D | 2 | 12 | 58 | 54 |
| Octal | 372 | 307 | 262 | 0 | 24 | 35 | 2 | 22 | 130 | 124 |
| Binary | 11111010 | 11000111 | 10110010 | 0 | 10100 | 11101 | 10 | 10010 | 1011000 | 1010100 |
Color Harmonies of #FAC7B2
Complementary color
Monochromatic Colors of #FAC7B2
Black with #FAC7B2
Text Example
Text Example
White with #FAC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7B2; }
p { color: rgb(250,199,178); }
H1.HeaderClassName
{
color: #FAC7B2;
}
.AnyTagClassName
{
color: #FAC7B2;
}
</style>
background-color css
<style>
a { background-color: #FAC7B2; }
a { background-color: rgb(250,199,178); }
div.DivClassName
{
background-color: #FAC7B2;
}
.BgClassName
{
background-color: #FAC7B2;
}
</style>
border-color css
<style>
span { border-color: #FAC7B2; }
span { border-color: rgb(250,199,178); }
td.TdClassName
{
border-color: #FAC7B2;
}
.TagClassName
{
border-color: #FAC7B2;
}
</style>