Shades of Apricot #FBCDB3
Tints of Apricot #FBCDB3
RGB
CMYK
RGB Variations
Color information
#FBCDB3 (or 0xFBCDB3) is known color: Apricot. HEX triplet: FB, CD and B3. RGB value is (251,205,179). Sum of RGB (Red+Green+Blue) = 251+205+179=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDB3 is #04324C. Grayscale: #D7D7D7. Windows color (decimal): -275021 or 11783675. OLE color: 11783675.
HSL color Cylindrical-coordinate representation of color #FBCDB3: hue angle of 21.67º 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 #FBCDB3 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 179 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.02 |
| HSL | 21.67º | 0.9% | 0.84% | - |
| HSV(B) | 21.67º | 0.29% | 0.98% | - |
| XYZ | 69.75 | 67.43 | 51.99 | - |
| YUV | 215.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 179 | 0 | 0.18 | 0.29 | 0.02 | 21.67 | 0.9 | 0.84 |
| Hex | FB | CD | B3 | 0 | 12 | 1D | 2 | 16 | 5A | 54 |
| Octal | 373 | 315 | 263 | 0 | 22 | 35 | 2 | 26 | 132 | 124 |
| Binary | 11111011 | 11001101 | 10110011 | 0 | 10010 | 11101 | 10 | 10110 | 1011010 | 1010100 |
Color Harmonies of #FBCDB3
Complementary color
Monochromatic Colors of #FBCDB3
Black with #FBCDB3
Text Example
Text Example
White with #FBCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDB3; }
p { color: rgb(251,205,179); }
H1.HeaderClassName
{
color: #FBCDB3;
}
.AnyTagClassName
{
color: #FBCDB3;
}
</style>
background-color css
<style>
a { background-color: #FBCDB3; }
a { background-color: rgb(251,205,179); }
div.DivClassName
{
background-color: #FBCDB3;
}
.BgClassName
{
background-color: #FBCDB3;
}
</style>
border-color css
<style>
span { border-color: #FBCDB3; }
span { border-color: rgb(251,205,179); }
td.TdClassName
{
border-color: #FBCDB3;
}
.TagClassName
{
border-color: #FBCDB3;
}
</style>