Shades of Apricot #F6CBAE
Tints of Apricot #F6CBAE
RGB
CMYK
RGB Variations
Color information
#F6CBAE (or 0xF6CBAE) is known color: Apricot. HEX triplet: F6, CB and AE. RGB value is (246,203,174). Sum of RGB (Red+Green+Blue) = 246+203+174=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CBAE is #093451. Grayscale: #D4D4D4. Windows color (decimal): -603218 or 11455478. OLE color: 11455478.
HSL color Cylindrical-coordinate representation of color #F6CBAE: hue angle of 24.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6CBAE is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 174 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.04 |
| HSL | 24.17º | 0.8% | 0.82% | - |
| HSV(B) | 24.17º | 0.29% | 0.96% | - |
| XYZ | 67 | 65.36 | 49.13 | - |
| YUV | 212.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 174 | 0 | 0.17 | 0.29 | 0.04 | 24.17 | 0.8 | 0.82 |
| Hex | F6 | CB | AE | 0 | 11 | 1D | 4 | 18 | 50 | 52 |
| Octal | 366 | 313 | 256 | 0 | 21 | 35 | 4 | 30 | 120 | 122 |
| Binary | 11110110 | 11001011 | 10101110 | 0 | 10001 | 11101 | 100 | 11000 | 1010000 | 1010010 |
Color Harmonies of #F6CBAE
Complementary color
Monochromatic Colors of #F6CBAE
Black with #F6CBAE
Text Example
Text Example
White with #F6CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBAE; }
p { color: rgb(246,203,174); }
H1.HeaderClassName
{
color: #F6CBAE;
}
.AnyTagClassName
{
color: #F6CBAE;
}
</style>
background-color css
<style>
a { background-color: #F6CBAE; }
a { background-color: rgb(246,203,174); }
div.DivClassName
{
background-color: #F6CBAE;
}
.BgClassName
{
background-color: #F6CBAE;
}
</style>
border-color css
<style>
span { border-color: #F6CBAE; }
span { border-color: rgb(246,203,174); }
td.TdClassName
{
border-color: #F6CBAE;
}
.TagClassName
{
border-color: #F6CBAE;
}
</style>