Shades of Apricot #F6CEB3
Tints of Apricot #F6CEB3
RGB
CMYK
RGB Variations
Color information
#F6CEB3 (or 0xF6CEB3) is known color: Apricot. HEX triplet: F6, CE and B3. RGB value is (246,206,179). Sum of RGB (Red+Green+Blue) = 246+206+179=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 179 (70.31% from 255 or 28.37% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEB3 is #09314C. Grayscale: #D7D7D7. Windows color (decimal): -602445 or 11783926. OLE color: 11783926.
HSL color Cylindrical-coordinate representation of color #F6CEB3: hue angle of 24.18º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6CEB3 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 179 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.04 |
| HSL | 24.18º | 0.79% | 0.83% | - |
| HSV(B) | 24.18º | 0.27% | 0.96% | - |
| XYZ | 68.21 | 66.99 | 51.98 | - |
| YUV | 214.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 179 | 0 | 0.16 | 0.27 | 0.04 | 24.18 | 0.79 | 0.83 |
| Hex | F6 | CE | B3 | 0 | 10 | 1B | 4 | 18 | 4F | 53 |
| Octal | 366 | 316 | 263 | 0 | 20 | 33 | 4 | 30 | 117 | 123 |
| Binary | 11110110 | 11001110 | 10110011 | 0 | 10000 | 11011 | 100 | 11000 | 1001111 | 1010011 |
Color Harmonies of #F6CEB3
Complementary color
Monochromatic Colors of #F6CEB3
Black with #F6CEB3
Text Example
Text Example
White with #F6CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CEB3; }
p { color: rgb(246,206,179); }
H1.HeaderClassName
{
color: #F6CEB3;
}
.AnyTagClassName
{
color: #F6CEB3;
}
</style>
background-color css
<style>
a { background-color: #F6CEB3; }
a { background-color: rgb(246,206,179); }
div.DivClassName
{
background-color: #F6CEB3;
}
.BgClassName
{
background-color: #F6CEB3;
}
</style>
border-color css
<style>
span { border-color: #F6CEB3; }
span { border-color: rgb(246,206,179); }
td.TdClassName
{
border-color: #F6CEB3;
}
.TagClassName
{
border-color: #F6CEB3;
}
</style>