Shades of Apricot #FFCBAC
Tints of Apricot #FFCBAC
RGB
CMYK
RGB Variations
Color information
#FFCBAC (or 0xFFCBAC) is known color: Apricot. HEX triplet: FF, CB and AC. RGB value is (255,203,172). Sum of RGB (Red+Green+Blue) = 255+203+172=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBAC is #003453. Grayscale: #D7D7D7. Windows color (decimal): -13396 or 11324415. OLE color: 11324415.
HSL color Cylindrical-coordinate representation of color #FFCBAC: hue angle of 22.41º 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 #FFCBAC is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 172 | - |
| CMYK | 0 | 0.20 | 0.33 | 0 |
| HSL | 22.41º | 1% | 0.84% | - |
| HSV(B) | 22.41º | 0.33% | 1% | - |
| XYZ | 70.04 | 66.95 | 48.26 | - |
| YUV | 215.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 172 | 0 | 0.20 | 0.33 | 0 | 22.41 | 1 | 0.84 |
| Hex | FF | CB | AC | 0 | 14 | 21 | 0 | 16 | 64 | 54 |
| Octal | 377 | 313 | 254 | 0 | 24 | 41 | 0 | 26 | 144 | 124 |
| Binary | 11111111 | 11001011 | 10101100 | 0 | 10100 | 100001 | 0 | 10110 | 1100100 | 1010100 |
Color Harmonies of #FFCBAC
Complementary color
Monochromatic Colors of #FFCBAC
Black with #FFCBAC
Text Example
Text Example
White with #FFCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBAC; }
p { color: rgb(255,203,172); }
H1.HeaderClassName
{
color: #FFCBAC;
}
.AnyTagClassName
{
color: #FFCBAC;
}
</style>
background-color css
<style>
a { background-color: #FFCBAC; }
a { background-color: rgb(255,203,172); }
div.DivClassName
{
background-color: #FFCBAC;
}
.BgClassName
{
background-color: #FFCBAC;
}
</style>
border-color css
<style>
span { border-color: #FFCBAC; }
span { border-color: rgb(255,203,172); }
td.TdClassName
{
border-color: #FFCBAC;
}
.TagClassName
{
border-color: #FFCBAC;
}
</style>