Shades of Apricot #FFCBB5
Tints of Apricot #FFCBB5
RGB
CMYK
RGB Variations
Color information
#FFCBB5 (or 0xFFCBB5) is known color: Apricot. HEX triplet: FF, CB and B5. RGB value is (255,203,181). Sum of RGB (Red+Green+Blue) = 255+203+181=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB5 is #00344A. Grayscale: #D8D8D8. Windows color (decimal): -13387 or 11914239. OLE color: 11914239.
HSL color Cylindrical-coordinate representation of color #FFCBB5: hue angle of 17.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFCBB5 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 181 | - |
| CMYK | 0 | 0.20 | 0.29 | 0 |
| HSL | 17.84º | 1% | 0.85% | - |
| HSV(B) | 17.84º | 0.29% | 1% | - |
| XYZ | 70.94 | 67.31 | 52.97 | - |
| YUV | 216.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 181 | 0 | 0.20 | 0.29 | 0 | 17.84 | 1 | 0.85 |
| Hex | FF | CB | B5 | 0 | 14 | 1D | 0 | 12 | 64 | 55 |
| Octal | 377 | 313 | 265 | 0 | 24 | 35 | 0 | 22 | 144 | 125 |
| Binary | 11111111 | 11001011 | 10110101 | 0 | 10100 | 11101 | 0 | 10010 | 1100100 | 1010101 |
Color Harmonies of #FFCBB5
Complementary color
Monochromatic Colors of #FFCBB5
Black with #FFCBB5
Text Example
Text Example
White with #FFCBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBB5; }
p { color: rgb(255,203,181); }
H1.HeaderClassName
{
color: #FFCBB5;
}
.AnyTagClassName
{
color: #FFCBB5;
}
</style>
background-color css
<style>
a { background-color: #FFCBB5; }
a { background-color: rgb(255,203,181); }
div.DivClassName
{
background-color: #FFCBB5;
}
.BgClassName
{
background-color: #FFCBB5;
}
</style>
border-color css
<style>
span { border-color: #FFCBB5; }
span { border-color: rgb(255,203,181); }
td.TdClassName
{
border-color: #FFCBB5;
}
.TagClassName
{
border-color: #FFCBB5;
}
</style>