Shades of Apricot #FBCDB0
Tints of Apricot #FBCDB0
RGB
CMYK
RGB Variations
Color information
#FBCDB0 (or 0xFBCDB0) is known color: Apricot. HEX triplet: FB, CD and B0. RGB value is (251,205,176). Sum of RGB (Red+Green+Blue) = 251+205+176=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDB0 is #04324F. Grayscale: #D7D7D7. Windows color (decimal): -275024 or 11587067. OLE color: 11587067.
HSL color Cylindrical-coordinate representation of color #FBCDB0: hue angle of 23.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBCDB0 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 176 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.02 |
| HSL | 23.2º | 0.9% | 0.84% | - |
| HSV(B) | 23.2º | 0.3% | 0.98% | - |
| XYZ | 69.45 | 67.31 | 50.41 | - |
| YUV | 215.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 176 | 0 | 0.18 | 0.30 | 0.02 | 23.2 | 0.9 | 0.84 |
| Hex | FB | CD | B0 | 0 | 12 | 1E | 2 | 17 | 5A | 54 |
| Octal | 373 | 315 | 260 | 0 | 22 | 36 | 2 | 27 | 132 | 124 |
| Binary | 11111011 | 11001101 | 10110000 | 0 | 10010 | 11110 | 10 | 10111 | 1011010 | 1010100 |
Color Harmonies of #FBCDB0
Complementary color
Monochromatic Colors of #FBCDB0
Black with #FBCDB0
Text Example
Text Example
White with #FBCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDB0; }
p { color: rgb(251,205,176); }
H1.HeaderClassName
{
color: #FBCDB0;
}
.AnyTagClassName
{
color: #FBCDB0;
}
</style>
background-color css
<style>
a { background-color: #FBCDB0; }
a { background-color: rgb(251,205,176); }
div.DivClassName
{
background-color: #FBCDB0;
}
.BgClassName
{
background-color: #FBCDB0;
}
</style>
border-color css
<style>
span { border-color: #FBCDB0; }
span { border-color: rgb(251,205,176); }
td.TdClassName
{
border-color: #FBCDB0;
}
.TagClassName
{
border-color: #FBCDB0;
}
</style>