Shades of Apricot #FACBB2
Tints of Apricot #FACBB2
RGB
CMYK
RGB Variations
Color information
#FACBB2 (or 0xFACBB2) is known color: Apricot. HEX triplet: FA, CB and B2. RGB value is (250,203,178). Sum of RGB (Red+Green+Blue) = 250+203+178=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACBB2 is #05344D. Grayscale: #D6D6D6. Windows color (decimal): -341070 or 11717626. OLE color: 11717626.
HSL color Cylindrical-coordinate representation of color #FACBB2: hue angle of 20.83º 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 #FACBB2 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 178 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.02 |
| HSL | 20.83º | 0.88% | 0.84% | - |
| HSV(B) | 20.83º | 0.29% | 0.98% | - |
| XYZ | 68.82 | 66.25 | 51.28 | - |
| YUV | 214.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 178 | 0 | 0.19 | 0.29 | 0.02 | 20.83 | 0.88 | 0.84 |
| Hex | FA | CB | B2 | 0 | 13 | 1D | 2 | 15 | 58 | 54 |
| Octal | 372 | 313 | 262 | 0 | 23 | 35 | 2 | 25 | 130 | 124 |
| Binary | 11111010 | 11001011 | 10110010 | 0 | 10011 | 11101 | 10 | 10101 | 1011000 | 1010100 |
Color Harmonies of #FACBB2
Complementary color
Monochromatic Colors of #FACBB2
Black with #FACBB2
Text Example
Text Example
White with #FACBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBB2; }
p { color: rgb(250,203,178); }
H1.HeaderClassName
{
color: #FACBB2;
}
.AnyTagClassName
{
color: #FACBB2;
}
</style>
background-color css
<style>
a { background-color: #FACBB2; }
a { background-color: rgb(250,203,178); }
div.DivClassName
{
background-color: #FACBB2;
}
.BgClassName
{
background-color: #FACBB2;
}
</style>
border-color css
<style>
span { border-color: #FACBB2; }
span { border-color: rgb(250,203,178); }
td.TdClassName
{
border-color: #FACBB2;
}
.TagClassName
{
border-color: #FACBB2;
}
</style>