Shades of Apricot #FBC6AD
Tints of Apricot #FBC6AD
RGB
CMYK
RGB Variations
Color information
#FBC6AD (or 0xFBC6AD) is known color: Apricot. HEX triplet: FB, C6 and AD. RGB value is (251,198,173). Sum of RGB (Red+Green+Blue) = 251+198+173=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6AD is #043952. Grayscale: #D3D3D3. Windows color (decimal): -276819 or 11388667. OLE color: 11388667.
HSL color Cylindrical-coordinate representation of color #FBC6AD: hue angle of 19.23º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBC6AD is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 173 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.02 |
| HSL | 19.23º | 0.91% | 0.83% | - |
| HSV(B) | 19.23º | 0.31% | 0.98% | - |
| XYZ | 67.52 | 63.91 | 48.31 | - |
| YUV | 211 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 173 | 0 | 0.21 | 0.31 | 0.02 | 19.23 | 0.91 | 0.83 |
| Hex | FB | C6 | AD | 0 | 15 | 1F | 2 | 13 | 5B | 53 |
| Octal | 373 | 306 | 255 | 0 | 25 | 37 | 2 | 23 | 133 | 123 |
| Binary | 11111011 | 11000110 | 10101101 | 0 | 10101 | 11111 | 10 | 10011 | 1011011 | 1010011 |
Color Harmonies of #FBC6AD
Complementary color
Monochromatic Colors of #FBC6AD
Black with #FBC6AD
Text Example
Text Example
White with #FBC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6AD; }
p { color: rgb(251,198,173); }
H1.HeaderClassName
{
color: #FBC6AD;
}
.AnyTagClassName
{
color: #FBC6AD;
}
</style>
background-color css
<style>
a { background-color: #FBC6AD; }
a { background-color: rgb(251,198,173); }
div.DivClassName
{
background-color: #FBC6AD;
}
.BgClassName
{
background-color: #FBC6AD;
}
</style>
border-color css
<style>
span { border-color: #FBC6AD; }
span { border-color: rgb(251,198,173); }
td.TdClassName
{
border-color: #FBC6AD;
}
.TagClassName
{
border-color: #FBC6AD;
}
</style>