Shades of Apricot #FBCDB7
Tints of Apricot #FBCDB7
RGB
CMYK
RGB Variations
Color information
#FBCDB7 (or 0xFBCDB7) is known color: Apricot. HEX triplet: FB, CD and B7. RGB value is (251,205,183). Sum of RGB (Red+Green+Blue) = 251+205+183=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDB7 is #043248. Grayscale: #D8D8D8. Windows color (decimal): -275017 or 12045819. OLE color: 12045819.
HSL color Cylindrical-coordinate representation of color #FBCDB7: hue angle of 19.41º degrees, saturation: 0.89, 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 #FBCDB7 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 183 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.02 |
| HSL | 19.41º | 0.89% | 0.85% | - |
| HSV(B) | 19.41º | 0.27% | 0.98% | - |
| XYZ | 70.16 | 67.59 | 54.15 | - |
| YUV | 216.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 183 | 0 | 0.18 | 0.27 | 0.02 | 19.41 | 0.89 | 0.85 |
| Hex | FB | CD | B7 | 0 | 12 | 1B | 2 | 13 | 59 | 55 |
| Octal | 373 | 315 | 267 | 0 | 22 | 33 | 2 | 23 | 131 | 125 |
| Binary | 11111011 | 11001101 | 10110111 | 0 | 10010 | 11011 | 10 | 10011 | 1011001 | 1010101 |
Color Harmonies of #FBCDB7
Complementary color
Monochromatic Colors of #FBCDB7
Black with #FBCDB7
Text Example
Text Example
White with #FBCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDB7; }
p { color: rgb(251,205,183); }
H1.HeaderClassName
{
color: #FBCDB7;
}
.AnyTagClassName
{
color: #FBCDB7;
}
</style>
background-color css
<style>
a { background-color: #FBCDB7; }
a { background-color: rgb(251,205,183); }
div.DivClassName
{
background-color: #FBCDB7;
}
.BgClassName
{
background-color: #FBCDB7;
}
</style>
border-color css
<style>
span { border-color: #FBCDB7; }
span { border-color: rgb(251,205,183); }
td.TdClassName
{
border-color: #FBCDB7;
}
.TagClassName
{
border-color: #FBCDB7;
}
</style>