Shades of Apricot #FACDB4
Tints of Apricot #FACDB4
RGB
CMYK
RGB Variations
Color information
#FACDB4 (or 0xFACDB4) is known color: Apricot. HEX triplet: FA, CD and B4. RGB value is (250,205,180). Sum of RGB (Red+Green+Blue) = 250+205+180=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB4 is #05324B. Grayscale: #D7D7D7. Windows color (decimal): -340556 or 11849210. OLE color: 11849210.
HSL color Cylindrical-coordinate representation of color #FACDB4: hue angle of 21.43º 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 #FACDB4 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 180 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.02 |
| HSL | 21.43º | 0.88% | 0.84% | - |
| HSV(B) | 21.43º | 0.28% | 0.98% | - |
| XYZ | 69.49 | 67.28 | 52.5 | - |
| YUV | 215.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 180 | 0 | 0.18 | 0.28 | 0.02 | 21.43 | 0.88 | 0.84 |
| Hex | FA | CD | B4 | 0 | 12 | 1C | 2 | 15 | 58 | 54 |
| Octal | 372 | 315 | 264 | 0 | 22 | 34 | 2 | 25 | 130 | 124 |
| Binary | 11111010 | 11001101 | 10110100 | 0 | 10010 | 11100 | 10 | 10101 | 1011000 | 1010100 |
Color Harmonies of #FACDB4
Complementary color
Monochromatic Colors of #FACDB4
Black with #FACDB4
Text Example
Text Example
White with #FACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB4; }
p { color: rgb(250,205,180); }
H1.HeaderClassName
{
color: #FACDB4;
}
.AnyTagClassName
{
color: #FACDB4;
}
</style>
background-color css
<style>
a { background-color: #FACDB4; }
a { background-color: rgb(250,205,180); }
div.DivClassName
{
background-color: #FACDB4;
}
.BgClassName
{
background-color: #FACDB4;
}
</style>
border-color css
<style>
span { border-color: #FACDB4; }
span { border-color: rgb(250,205,180); }
td.TdClassName
{
border-color: #FACDB4;
}
.TagClassName
{
border-color: #FACDB4;
}
</style>