Shades of Apricot #FBD1AE
Tints of Apricot #FBD1AE
RGB
CMYK
RGB Variations
Color information
#FBD1AE (or 0xFBD1AE) is known color: Apricot. HEX triplet: FB, D1 and AE. RGB value is (251,209,174). Sum of RGB (Red+Green+Blue) = 251+209+174=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD1AE is #042E51. Grayscale: #D9D9D9. Windows color (decimal): -274002 or 11457019. OLE color: 11457019.
HSL color Cylindrical-coordinate representation of color #FBD1AE: hue angle of 27.27º 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 #FBD1AE is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 209 | 174 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.02 |
| HSL | 27.27º | 0.91% | 0.83% | - |
| HSV(B) | 27.27º | 0.31% | 0.98% | - |
| XYZ | 70.22 | 69.17 | 49.69 | - |
| YUV | 217.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 209 | 174 | 0 | 0.17 | 0.31 | 0.02 | 27.27 | 0.91 | 0.83 |
| Hex | FB | D1 | AE | 0 | 11 | 1F | 2 | 1B | 5B | 53 |
| Octal | 373 | 321 | 256 | 0 | 21 | 37 | 2 | 33 | 133 | 123 |
| Binary | 11111011 | 11010001 | 10101110 | 0 | 10001 | 11111 | 10 | 11011 | 1011011 | 1010011 |
Color Harmonies of #FBD1AE
Complementary color
Monochromatic Colors of #FBD1AE
Black with #FBD1AE
Text Example
Text Example
White with #FBD1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD1AE; }
p { color: rgb(251,209,174); }
H1.HeaderClassName
{
color: #FBD1AE;
}
.AnyTagClassName
{
color: #FBD1AE;
}
</style>
background-color css
<style>
a { background-color: #FBD1AE; }
a { background-color: rgb(251,209,174); }
div.DivClassName
{
background-color: #FBD1AE;
}
.BgClassName
{
background-color: #FBD1AE;
}
</style>
border-color css
<style>
span { border-color: #FBD1AE; }
span { border-color: rgb(251,209,174); }
td.TdClassName
{
border-color: #FBD1AE;
}
.TagClassName
{
border-color: #FBD1AE;
}
</style>