Shades of Apricot #FFCEB6
Tints of Apricot #FFCEB6
RGB
CMYK
RGB Variations
Color information
#FFCEB6 (or 0xFFCEB6) is known color: Apricot. HEX triplet: FF, CE and B6. RGB value is (255,206,182). Sum of RGB (Red+Green+Blue) = 255+206+182=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB6 is #003149. Grayscale: #DADADA. Windows color (decimal): -12618 or 11980543. OLE color: 11980543.
HSL color Cylindrical-coordinate representation of color #FFCEB6: hue angle of 19.73º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFCEB6 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 182 | - |
| CMYK | 0 | 0.19 | 0.29 | 0 |
| HSL | 19.73º | 1% | 0.86% | - |
| HSV(B) | 19.73º | 0.29% | 1% | - |
| XYZ | 71.75 | 68.78 | 53.75 | - |
| YUV | 217.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 182 | 0 | 0.19 | 0.29 | 0 | 19.73 | 1 | 0.86 |
| Hex | FF | CE | B6 | 0 | 13 | 1D | 0 | 14 | 64 | 56 |
| Octal | 377 | 316 | 266 | 0 | 23 | 35 | 0 | 24 | 144 | 126 |
| Binary | 11111111 | 11001110 | 10110110 | 0 | 10011 | 11101 | 0 | 10100 | 1100100 | 1010110 |
Color Harmonies of #FFCEB6
Complementary color
Monochromatic Colors of #FFCEB6
Black with #FFCEB6
Text Example
Text Example
White with #FFCEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEB6; }
p { color: rgb(255,206,182); }
H1.HeaderClassName
{
color: #FFCEB6;
}
.AnyTagClassName
{
color: #FFCEB6;
}
</style>
background-color css
<style>
a { background-color: #FFCEB6; }
a { background-color: rgb(255,206,182); }
div.DivClassName
{
background-color: #FFCEB6;
}
.BgClassName
{
background-color: #FFCEB6;
}
</style>
border-color css
<style>
span { border-color: #FFCEB6; }
span { border-color: rgb(255,206,182); }
td.TdClassName
{
border-color: #FFCEB6;
}
.TagClassName
{
border-color: #FFCEB6;
}
</style>