Shades of Apricot #FACDAF
Tints of Apricot #FACDAF
RGB
CMYK
RGB Variations
Color information
#FACDAF (or 0xFACDAF) is known color: Apricot. HEX triplet: FA, CD and AF. RGB value is (250,205,175). Sum of RGB (Red+Green+Blue) = 250+205+175=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDAF is #053250. Grayscale: #D7D7D7. Windows color (decimal): -340561 or 11521530. OLE color: 11521530.
HSL color Cylindrical-coordinate representation of color #FACDAF: hue angle of 24º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FACDAF is Cyan = 0, Magento = 0.18, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 205 | 175 | - |
CMYK | 0 | 0.18 | 0.3 | 0.02 |
HSL | 24º | 0.88% | 0.83% | - |
HSV(B) | 24º | 0.3% | 0.98% | - |
XYZ | 68.99 | 67.08 | 49.87 | - |
YUV | 215.04 | 105.41 | 152.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 205 | 175 | 0 | 0.18 | 0.3 | 0.02 | 24 | 0.88 | 0.83 |
Hex | FA | CD | AF | 0 | 12 | 1E | 2 | 18 | 58 | 53 |
Octal | 372 | 315 | 257 | 0 | 22 | 36 | 2 | 30 | 130 | 123 |
Binary | 11111010 | 11001101 | 10101111 | 0 | 10010 | 11110 | 10 | 11000 | 1011000 | 1010011 |
Color Harmonies of #FACDAF
Complementary color
Monochromatic Colors of #FACDAF
Black with #FACDAF
Text Example
Text Example
White with #FACDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDAF; }
p { color: rgb(250,205,175); }
H1.HeaderClassName
{
color: #FACDAF;
}
.AnyTagClassName
{
color: #FACDAF;
}
</style>
background-color css
<style>
a { background-color: #FACDAF; }
a { background-color: rgb(250,205,175); }
div.DivClassName
{
background-color: #FACDAF;
}
.BgClassName
{
background-color: #FACDAF;
}
</style>
border-color css
<style>
span { border-color: #FACDAF; }
span { border-color: rgb(250,205,175); }
td.TdClassName
{
border-color: #FACDAF;
}
.TagClassName
{
border-color: #FACDAF;
}
</style>