Shades of Apricot #FACDB2
Tints of Apricot #FACDB2
RGB
CMYK
RGB Variations
Color information
#FACDB2 (or 0xFACDB2) is known color: Apricot. HEX triplet: FA, CD and B2. RGB value is (250,205,178). Sum of RGB (Red+Green+Blue) = 250+205+178=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDB2 is #05324D. Grayscale: #D7D7D7. Windows color (decimal): -340558 or 11718138. OLE color: 11718138.
HSL color Cylindrical-coordinate representation of color #FACDB2: hue angle of 22.5º 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 #FACDB2 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 178 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.02 |
| HSL | 22.5º | 0.88% | 0.84% | - |
| HSV(B) | 22.5º | 0.29% | 0.98% | - |
| XYZ | 69.29 | 67.2 | 51.44 | - |
| YUV | 215.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 178 | 0 | 0.18 | 0.29 | 0.02 | 22.5 | 0.88 | 0.84 |
| Hex | FA | CD | B2 | 0 | 12 | 1D | 2 | 16 | 58 | 54 |
| Octal | 372 | 315 | 262 | 0 | 22 | 35 | 2 | 26 | 130 | 124 |
| Binary | 11111010 | 11001101 | 10110010 | 0 | 10010 | 11101 | 10 | 10110 | 1011000 | 1010100 |
Color Harmonies of #FACDB2
Complementary color
Monochromatic Colors of #FACDB2
Black with #FACDB2
Text Example
Text Example
White with #FACDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB2; }
p { color: rgb(250,205,178); }
H1.HeaderClassName
{
color: #FACDB2;
}
.AnyTagClassName
{
color: #FACDB2;
}
</style>
background-color css
<style>
a { background-color: #FACDB2; }
a { background-color: rgb(250,205,178); }
div.DivClassName
{
background-color: #FACDB2;
}
.BgClassName
{
background-color: #FACDB2;
}
</style>
border-color css
<style>
span { border-color: #FACDB2; }
span { border-color: rgb(250,205,178); }
td.TdClassName
{
border-color: #FACDB2;
}
.TagClassName
{
border-color: #FACDB2;
}
</style>