Shades of Apricot #FBCDB6
Tints of Apricot #FBCDB6
RGB
CMYK
RGB Variations
Color information
#FBCDB6 (or 0xFBCDB6) is known color: Apricot. HEX triplet: FB, CD and B6. RGB value is (251,205,182). Sum of RGB (Red+Green+Blue) = 251+205+182=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDB6 is #043249. Grayscale: #D8D8D8. Windows color (decimal): -275018 or 11980283. OLE color: 11980283.
HSL color Cylindrical-coordinate representation of color #FBCDB6: hue angle of 20º degrees, saturation: 0.9, 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 #FBCDB6 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 182 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.02 |
| HSL | 20º | 0.9% | 0.85% | - |
| HSV(B) | 20º | 0.27% | 0.98% | - |
| XYZ | 70.06 | 67.55 | 53.6 | - |
| YUV | 216.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 182 | 0 | 0.18 | 0.27 | 0.02 | 20 | 0.9 | 0.85 |
| Hex | FB | CD | B6 | 0 | 12 | 1B | 2 | 14 | 5A | 55 |
| Octal | 373 | 315 | 266 | 0 | 22 | 33 | 2 | 24 | 132 | 125 |
| Binary | 11111011 | 11001101 | 10110110 | 0 | 10010 | 11011 | 10 | 10100 | 1011010 | 1010101 |
Color Harmonies of #FBCDB6
Complementary color
Monochromatic Colors of #FBCDB6
Black with #FBCDB6
Text Example
Text Example
White with #FBCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDB6; }
p { color: rgb(251,205,182); }
H1.HeaderClassName
{
color: #FBCDB6;
}
.AnyTagClassName
{
color: #FBCDB6;
}
</style>
background-color css
<style>
a { background-color: #FBCDB6; }
a { background-color: rgb(251,205,182); }
div.DivClassName
{
background-color: #FBCDB6;
}
.BgClassName
{
background-color: #FBCDB6;
}
</style>
border-color css
<style>
span { border-color: #FBCDB6; }
span { border-color: rgb(251,205,182); }
td.TdClassName
{
border-color: #FBCDB6;
}
.TagClassName
{
border-color: #FBCDB6;
}
</style>