Shades of Apricot #FFCBAB
Tints of Apricot #FFCBAB
RGB
CMYK
RGB Variations
Color information
#FFCBAB (or 0xFFCBAB) is known color: Apricot. HEX triplet: FF, CB and AB. RGB value is (255,203,171). Sum of RGB (Red+Green+Blue) = 255+203+171=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBAB is #003454. Grayscale: #D7D7D7. Windows color (decimal): -13397 or 11258879. OLE color: 11258879.
HSL color Cylindrical-coordinate representation of color #FFCBAB: hue angle of 22.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCBAB is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 171 | - |
| CMYK | 0 | 0.20 | 0.33 | 0 |
| HSL | 22.86º | 1% | 0.84% | - |
| HSV(B) | 22.86º | 0.33% | 1% | - |
| XYZ | 69.95 | 66.91 | 47.76 | - |
| YUV | 214.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 171 | 0 | 0.20 | 0.33 | 0 | 22.86 | 1 | 0.84 |
| Hex | FF | CB | AB | 0 | 14 | 21 | 0 | 17 | 64 | 54 |
| Octal | 377 | 313 | 253 | 0 | 24 | 41 | 0 | 27 | 144 | 124 |
| Binary | 11111111 | 11001011 | 10101011 | 0 | 10100 | 100001 | 0 | 10111 | 1100100 | 1010100 |
Color Harmonies of #FFCBAB
Complementary color
Monochromatic Colors of #FFCBAB
Black with #FFCBAB
Text Example
Text Example
White with #FFCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBAB; }
p { color: rgb(255,203,171); }
H1.HeaderClassName
{
color: #FFCBAB;
}
.AnyTagClassName
{
color: #FFCBAB;
}
</style>
background-color css
<style>
a { background-color: #FFCBAB; }
a { background-color: rgb(255,203,171); }
div.DivClassName
{
background-color: #FFCBAB;
}
.BgClassName
{
background-color: #FFCBAB;
}
</style>
border-color css
<style>
span { border-color: #FFCBAB; }
span { border-color: rgb(255,203,171); }
td.TdClassName
{
border-color: #FFCBAB;
}
.TagClassName
{
border-color: #FFCBAB;
}
</style>