Shades of Apricot #FBCDB4
Tints of Apricot #FBCDB4
RGB
CMYK
RGB Variations
Color information
#FBCDB4 (or 0xFBCDB4) is known color: Apricot. HEX triplet: FB, CD and B4. RGB value is (251,205,180). Sum of RGB (Red+Green+Blue) = 251+205+180=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDB4 is #04324B. Grayscale: #D8D8D8. Windows color (decimal): -275020 or 11849211. OLE color: 11849211.
HSL color Cylindrical-coordinate representation of color #FBCDB4: hue angle of 21.13º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBCDB4 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 180 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.02 |
| HSL | 21.13º | 0.9% | 0.85% | - |
| HSV(B) | 21.13º | 0.28% | 0.98% | - |
| XYZ | 69.85 | 67.47 | 52.52 | - |
| YUV | 215.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 180 | 0 | 0.18 | 0.28 | 0.02 | 21.13 | 0.9 | 0.85 |
| Hex | FB | CD | B4 | 0 | 12 | 1C | 2 | 15 | 5A | 55 |
| Octal | 373 | 315 | 264 | 0 | 22 | 34 | 2 | 25 | 132 | 125 |
| Binary | 11111011 | 11001101 | 10110100 | 0 | 10010 | 11100 | 10 | 10101 | 1011010 | 1010101 |
Color Harmonies of #FBCDB4
Complementary color
Monochromatic Colors of #FBCDB4
Black with #FBCDB4
Text Example
Text Example
White with #FBCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDB4; }
p { color: rgb(251,205,180); }
H1.HeaderClassName
{
color: #FBCDB4;
}
.AnyTagClassName
{
color: #FBCDB4;
}
</style>
background-color css
<style>
a { background-color: #FBCDB4; }
a { background-color: rgb(251,205,180); }
div.DivClassName
{
background-color: #FBCDB4;
}
.BgClassName
{
background-color: #FBCDB4;
}
</style>
border-color css
<style>
span { border-color: #FBCDB4; }
span { border-color: rgb(251,205,180); }
td.TdClassName
{
border-color: #FBCDB4;
}
.TagClassName
{
border-color: #FBCDB4;
}
</style>