Shades of Apricot #FAD0B1
Tints of Apricot #FAD0B1
RGB
CMYK
RGB Variations
Color information
#FAD0B1 (or 0xFAD0B1) is known color: Apricot. HEX triplet: FA, D0 and B1. RGB value is (250,208,177). Sum of RGB (Red+Green+Blue) = 250+208+177=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD0B1 is #052F4E. Grayscale: #D9D9D9. Windows color (decimal): -339791 or 11653370. OLE color: 11653370.
HSL color Cylindrical-coordinate representation of color #FAD0B1: hue angle of 25.48º 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 #FAD0B1 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 177 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.02 |
| HSL | 25.48º | 0.88% | 0.84% | - |
| HSV(B) | 25.48º | 0.29% | 0.98% | - |
| XYZ | 69.92 | 68.61 | 51.15 | - |
| YUV | 217.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 177 | 0 | 0.17 | 0.29 | 0.02 | 25.48 | 0.88 | 0.84 |
| Hex | FA | D0 | B1 | 0 | 11 | 1D | 2 | 19 | 58 | 54 |
| Octal | 372 | 320 | 261 | 0 | 21 | 35 | 2 | 31 | 130 | 124 |
| Binary | 11111010 | 11010000 | 10110001 | 0 | 10001 | 11101 | 10 | 11001 | 1011000 | 1010100 |
Color Harmonies of #FAD0B1
Complementary color
Monochromatic Colors of #FAD0B1
Black with #FAD0B1
Text Example
Text Example
White with #FAD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0B1; }
p { color: rgb(250,208,177); }
H1.HeaderClassName
{
color: #FAD0B1;
}
.AnyTagClassName
{
color: #FAD0B1;
}
</style>
background-color css
<style>
a { background-color: #FAD0B1; }
a { background-color: rgb(250,208,177); }
div.DivClassName
{
background-color: #FAD0B1;
}
.BgClassName
{
background-color: #FAD0B1;
}
</style>
border-color css
<style>
span { border-color: #FAD0B1; }
span { border-color: rgb(250,208,177); }
td.TdClassName
{
border-color: #FAD0B1;
}
.TagClassName
{
border-color: #FAD0B1;
}
</style>