Shades of Apricot #FACDB1
Tints of Apricot #FACDB1
RGB
CMYK
RGB Variations
Color information
#FACDB1 (or 0xFACDB1) is known color: Apricot. HEX triplet: FA, CD and B1. RGB value is (250,205,177). Sum of RGB (Red+Green+Blue) = 250+205+177=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDB1 is #05324E. Grayscale: #D7D7D7. Windows color (decimal): -340559 or 11652602. OLE color: 11652602.
HSL color Cylindrical-coordinate representation of color #FACDB1: hue angle of 23.01º 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 #FACDB1 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 177 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.02 |
| HSL | 23.01º | 0.88% | 0.84% | - |
| HSV(B) | 23.01º | 0.29% | 0.98% | - |
| XYZ | 69.19 | 67.16 | 50.91 | - |
| YUV | 215.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 177 | 0 | 0.18 | 0.29 | 0.02 | 23.01 | 0.88 | 0.84 |
| Hex | FA | CD | B1 | 0 | 12 | 1D | 2 | 17 | 58 | 54 |
| Octal | 372 | 315 | 261 | 0 | 22 | 35 | 2 | 27 | 130 | 124 |
| Binary | 11111010 | 11001101 | 10110001 | 0 | 10010 | 11101 | 10 | 10111 | 1011000 | 1010100 |
Color Harmonies of #FACDB1
Complementary color
Monochromatic Colors of #FACDB1
Black with #FACDB1
Text Example
Text Example
White with #FACDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB1; }
p { color: rgb(250,205,177); }
H1.HeaderClassName
{
color: #FACDB1;
}
.AnyTagClassName
{
color: #FACDB1;
}
</style>
background-color css
<style>
a { background-color: #FACDB1; }
a { background-color: rgb(250,205,177); }
div.DivClassName
{
background-color: #FACDB1;
}
.BgClassName
{
background-color: #FACDB1;
}
</style>
border-color css
<style>
span { border-color: #FACDB1; }
span { border-color: rgb(250,205,177); }
td.TdClassName
{
border-color: #FACDB1;
}
.TagClassName
{
border-color: #FACDB1;
}
</style>