Shades of Apricot #FACDB3
Tints of Apricot #FACDB3
RGB
CMYK
RGB Variations
Color information
#FACDB3 (or 0xFACDB3) is known color: Apricot. HEX triplet: FA, CD and B3. RGB value is (250,205,179). Sum of RGB (Red+Green+Blue) = 250+205+179=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB3 is #05324C. Grayscale: #D7D7D7. Windows color (decimal): -340557 or 11783674. OLE color: 11783674.
HSL color Cylindrical-coordinate representation of color #FACDB3: hue angle of 21.97º 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 #FACDB3 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 179 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.02 |
| HSL | 21.97º | 0.88% | 0.84% | - |
| HSV(B) | 21.97º | 0.28% | 0.98% | - |
| XYZ | 69.39 | 67.24 | 51.97 | - |
| YUV | 215.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 179 | 0 | 0.18 | 0.28 | 0.02 | 21.97 | 0.88 | 0.84 |
| Hex | FA | CD | B3 | 0 | 12 | 1C | 2 | 16 | 58 | 54 |
| Octal | 372 | 315 | 263 | 0 | 22 | 34 | 2 | 26 | 130 | 124 |
| Binary | 11111010 | 11001101 | 10110011 | 0 | 10010 | 11100 | 10 | 10110 | 1011000 | 1010100 |
Color Harmonies of #FACDB3
Complementary color
Monochromatic Colors of #FACDB3
Black with #FACDB3
Text Example
Text Example
White with #FACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB3; }
p { color: rgb(250,205,179); }
H1.HeaderClassName
{
color: #FACDB3;
}
.AnyTagClassName
{
color: #FACDB3;
}
</style>
background-color css
<style>
a { background-color: #FACDB3; }
a { background-color: rgb(250,205,179); }
div.DivClassName
{
background-color: #FACDB3;
}
.BgClassName
{
background-color: #FACDB3;
}
</style>
border-color css
<style>
span { border-color: #FACDB3; }
span { border-color: rgb(250,205,179); }
td.TdClassName
{
border-color: #FACDB3;
}
.TagClassName
{
border-color: #FACDB3;
}
</style>