Shades of Apricot #FACDB6
Tints of Apricot #FACDB6
RGB
CMYK
RGB Variations
Color information
#FACDB6 (or 0xFACDB6) is known color: Apricot. HEX triplet: FA, CD and B6. RGB value is (250,205,182). Sum of RGB (Red+Green+Blue) = 250+205+182=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDB6 is #053249. Grayscale: #D7D7D7. Windows color (decimal): -340554 or 11980282. OLE color: 11980282.
HSL color Cylindrical-coordinate representation of color #FACDB6: hue angle of 20.29º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FACDB6 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 205 | 182 | - |
CMYK | 0 | 0.18 | 0.27 | 0.02 |
HSL | 20.29º | 0.87% | 0.85% | - |
HSV(B) | 20.29º | 0.27% | 0.98% | - |
XYZ | 69.7 | 67.36 | 53.58 | - |
YUV | 215.83 | 108.91 | 152.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 205 | 182 | 0 | 0.18 | 0.27 | 0.02 | 20.29 | 0.87 | 0.85 |
Hex | FA | CD | B6 | 0 | 12 | 1B | 2 | 14 | 57 | 55 |
Octal | 372 | 315 | 266 | 0 | 22 | 33 | 2 | 24 | 127 | 125 |
Binary | 11111010 | 11001101 | 10110110 | 0 | 10010 | 11011 | 10 | 10100 | 1010111 | 1010101 |
Color Harmonies of #FACDB6
Complementary color
Monochromatic Colors of #FACDB6
Black with #FACDB6
Text Example
Text Example
White with #FACDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDB6; }
p { color: rgb(250,205,182); }
H1.HeaderClassName
{
color: #FACDB6;
}
.AnyTagClassName
{
color: #FACDB6;
}
</style>
background-color css
<style>
a { background-color: #FACDB6; }
a { background-color: rgb(250,205,182); }
div.DivClassName
{
background-color: #FACDB6;
}
.BgClassName
{
background-color: #FACDB6;
}
</style>
border-color css
<style>
span { border-color: #FACDB6; }
span { border-color: rgb(250,205,182); }
td.TdClassName
{
border-color: #FACDB6;
}
.TagClassName
{
border-color: #FACDB6;
}
</style>