Shades of Apricot #FFCEB0
Tints of Apricot #FFCEB0
RGB
CMYK
RGB Variations
Color information
#FFCEB0 (or 0xFFCEB0) is known color: Apricot. HEX triplet: FF, CE and B0. RGB value is (255,206,176). Sum of RGB (Red+Green+Blue) = 255+206+176=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEB0 is #00314F. Grayscale: #D9D9D9. Windows color (decimal): -12624 or 11587327. OLE color: 11587327.
HSL color Cylindrical-coordinate representation of color #FFCEB0: hue angle of 22.78º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFCEB0 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 176 | - |
| CMYK | 0 | 0.19 | 0.31 | 0 |
| HSL | 22.78º | 1% | 0.85% | - |
| HSV(B) | 22.78º | 0.31% | 1% | - |
| XYZ | 71.15 | 68.54 | 50.55 | - |
| YUV | 217.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 176 | 0 | 0.19 | 0.31 | 0 | 22.78 | 1 | 0.85 |
| Hex | FF | CE | B0 | 0 | 13 | 1F | 0 | 17 | 64 | 55 |
| Octal | 377 | 316 | 260 | 0 | 23 | 37 | 0 | 27 | 144 | 125 |
| Binary | 11111111 | 11001110 | 10110000 | 0 | 10011 | 11111 | 0 | 10111 | 1100100 | 1010101 |
Color Harmonies of #FFCEB0
Complementary color
Monochromatic Colors of #FFCEB0
Black with #FFCEB0
Text Example
Text Example
White with #FFCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEB0; }
p { color: rgb(255,206,176); }
H1.HeaderClassName
{
color: #FFCEB0;
}
.AnyTagClassName
{
color: #FFCEB0;
}
</style>
background-color css
<style>
a { background-color: #FFCEB0; }
a { background-color: rgb(255,206,176); }
div.DivClassName
{
background-color: #FFCEB0;
}
.BgClassName
{
background-color: #FFCEB0;
}
</style>
border-color css
<style>
span { border-color: #FFCEB0; }
span { border-color: rgb(255,206,176); }
td.TdClassName
{
border-color: #FFCEB0;
}
.TagClassName
{
border-color: #FFCEB0;
}
</style>