Shades of Apricot #FBCDB1
Tints of Apricot #FBCDB1
RGB
CMYK
RGB Variations
Color information
#FBCDB1 (or 0xFBCDB1) is known color: Apricot. HEX triplet: FB, CD and B1. RGB value is (251,205,177). Sum of RGB (Red+Green+Blue) = 251+205+177=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDB1 is #04324E. Grayscale: #D7D7D7. Windows color (decimal): -275023 or 11652603. OLE color: 11652603.
HSL color Cylindrical-coordinate representation of color #FBCDB1: hue angle of 22.7º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBCDB1 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 177 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.02 |
| HSL | 22.7º | 0.9% | 0.84% | - |
| HSV(B) | 22.7º | 0.29% | 0.98% | - |
| XYZ | 69.55 | 67.35 | 50.93 | - |
| YUV | 215.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 177 | 0 | 0.18 | 0.29 | 0.02 | 22.7 | 0.9 | 0.84 |
| Hex | FB | CD | B1 | 0 | 12 | 1D | 2 | 17 | 5A | 54 |
| Octal | 373 | 315 | 261 | 0 | 22 | 35 | 2 | 27 | 132 | 124 |
| Binary | 11111011 | 11001101 | 10110001 | 0 | 10010 | 11101 | 10 | 10111 | 1011010 | 1010100 |
Color Harmonies of #FBCDB1
Complementary color
Monochromatic Colors of #FBCDB1
Black with #FBCDB1
Text Example
Text Example
White with #FBCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDB1; }
p { color: rgb(251,205,177); }
H1.HeaderClassName
{
color: #FBCDB1;
}
.AnyTagClassName
{
color: #FBCDB1;
}
</style>
background-color css
<style>
a { background-color: #FBCDB1; }
a { background-color: rgb(251,205,177); }
div.DivClassName
{
background-color: #FBCDB1;
}
.BgClassName
{
background-color: #FBCDB1;
}
</style>
border-color css
<style>
span { border-color: #FBCDB1; }
span { border-color: rgb(251,205,177); }
td.TdClassName
{
border-color: #FBCDB1;
}
.TagClassName
{
border-color: #FBCDB1;
}
</style>