Shades of Apricot #FACDB5
Tints of Apricot #FACDB5
RGB
CMYK
RGB Variations
Color information
#FACDB5 (or 0xFACDB5) is known color: Apricot. HEX triplet: FA, CD and B5. RGB value is (250,205,181). Sum of RGB (Red+Green+Blue) = 250+205+181=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB5 is #05324A. Grayscale: #D7D7D7. Windows color (decimal): -340555 or 11914746. OLE color: 11914746.
HSL color Cylindrical-coordinate representation of color #FACDB5: hue angle of 20.87º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FACDB5 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 181 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.02 |
| HSL | 20.87º | 0.87% | 0.85% | - |
| HSV(B) | 20.87º | 0.28% | 0.98% | - |
| XYZ | 69.6 | 67.32 | 53.04 | - |
| YUV | 215.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 181 | 0 | 0.18 | 0.28 | 0.02 | 20.87 | 0.87 | 0.85 |
| Hex | FA | CD | B5 | 0 | 12 | 1C | 2 | 15 | 57 | 55 |
| Octal | 372 | 315 | 265 | 0 | 22 | 34 | 2 | 25 | 127 | 125 |
| Binary | 11111010 | 11001101 | 10110101 | 0 | 10010 | 11100 | 10 | 10101 | 1010111 | 1010101 |
Color Harmonies of #FACDB5
Complementary color
Monochromatic Colors of #FACDB5
Black with #FACDB5
Text Example
Text Example
White with #FACDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB5; }
p { color: rgb(250,205,181); }
H1.HeaderClassName
{
color: #FACDB5;
}
.AnyTagClassName
{
color: #FACDB5;
}
</style>
background-color css
<style>
a { background-color: #FACDB5; }
a { background-color: rgb(250,205,181); }
div.DivClassName
{
background-color: #FACDB5;
}
.BgClassName
{
background-color: #FACDB5;
}
</style>
border-color css
<style>
span { border-color: #FACDB5; }
span { border-color: rgb(250,205,181); }
td.TdClassName
{
border-color: #FACDB5;
}
.TagClassName
{
border-color: #FACDB5;
}
</style>