Shades of Apricot #FAD1B3
Tints of Apricot #FAD1B3
RGB
CMYK
RGB Variations
Color information
#FAD1B3 (or 0xFAD1B3) is known color: Apricot. HEX triplet: FA, D1 and B3. RGB value is (250,209,179). Sum of RGB (Red+Green+Blue) = 250+209+179=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1B3 is #052E4C. Grayscale: #DADADA. Windows color (decimal): -339533 or 11784698. OLE color: 11784698.
HSL color Cylindrical-coordinate representation of color #FAD1B3: hue angle of 25.35º 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 #FAD1B3 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 179 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.02 |
| HSL | 25.35º | 0.88% | 0.84% | - |
| HSV(B) | 25.35º | 0.28% | 0.98% | - |
| XYZ | 70.36 | 69.18 | 52.29 | - |
| YUV | 217.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 179 | 0 | 0.16 | 0.28 | 0.02 | 25.35 | 0.88 | 0.84 |
| Hex | FA | D1 | B3 | 0 | 10 | 1C | 2 | 19 | 58 | 54 |
| Octal | 372 | 321 | 263 | 0 | 20 | 34 | 2 | 31 | 130 | 124 |
| Binary | 11111010 | 11010001 | 10110011 | 0 | 10000 | 11100 | 10 | 11001 | 1011000 | 1010100 |
Color Harmonies of #FAD1B3
Complementary color
Monochromatic Colors of #FAD1B3
Black with #FAD1B3
Text Example
Text Example
White with #FAD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1B3; }
p { color: rgb(250,209,179); }
H1.HeaderClassName
{
color: #FAD1B3;
}
.AnyTagClassName
{
color: #FAD1B3;
}
</style>
background-color css
<style>
a { background-color: #FAD1B3; }
a { background-color: rgb(250,209,179); }
div.DivClassName
{
background-color: #FAD1B3;
}
.BgClassName
{
background-color: #FAD1B3;
}
</style>
border-color css
<style>
span { border-color: #FAD1B3; }
span { border-color: rgb(250,209,179); }
td.TdClassName
{
border-color: #FAD1B3;
}
.TagClassName
{
border-color: #FAD1B3;
}
</style>