Shades of Apricot #FFCBB3
Tints of Apricot #FFCBB3
RGB
CMYK
RGB Variations
Color information
#FFCBB3 (or 0xFFCBB3) is known color: Apricot. HEX triplet: FF, CB and B3. RGB value is (255,203,179). Sum of RGB (Red+Green+Blue) = 255+203+179=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB3 is #00344C. Grayscale: #D7D7D7. Windows color (decimal): -13389 or 11783167. OLE color: 11783167.
HSL color Cylindrical-coordinate representation of color #FFCBB3: hue angle of 18.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFCBB3 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 179 | - |
| CMYK | 0 | 0.20 | 0.30 | 0 |
| HSL | 18.95º | 1% | 0.85% | - |
| HSV(B) | 18.95º | 0.3% | 1% | - |
| XYZ | 70.73 | 67.23 | 51.9 | - |
| YUV | 215.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 179 | 0 | 0.20 | 0.30 | 0 | 18.95 | 1 | 0.85 |
| Hex | FF | CB | B3 | 0 | 14 | 1E | 0 | 13 | 64 | 55 |
| Octal | 377 | 313 | 263 | 0 | 24 | 36 | 0 | 23 | 144 | 125 |
| Binary | 11111111 | 11001011 | 10110011 | 0 | 10100 | 11110 | 0 | 10011 | 1100100 | 1010101 |
Color Harmonies of #FFCBB3
Complementary color
Monochromatic Colors of #FFCBB3
Black with #FFCBB3
Text Example
Text Example
White with #FFCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBB3; }
p { color: rgb(255,203,179); }
H1.HeaderClassName
{
color: #FFCBB3;
}
.AnyTagClassName
{
color: #FFCBB3;
}
</style>
background-color css
<style>
a { background-color: #FFCBB3; }
a { background-color: rgb(255,203,179); }
div.DivClassName
{
background-color: #FFCBB3;
}
.BgClassName
{
background-color: #FFCBB3;
}
</style>
border-color css
<style>
span { border-color: #FFCBB3; }
span { border-color: rgb(255,203,179); }
td.TdClassName
{
border-color: #FFCBB3;
}
.TagClassName
{
border-color: #FFCBB3;
}
</style>