Shades of Apricot #F6CFB5
Tints of Apricot #F6CFB5
RGB
CMYK
RGB Variations
Color information
#F6CFB5 (or 0xF6CFB5) is known color: Apricot. HEX triplet: F6, CF and B5. RGB value is (246,207,181). Sum of RGB (Red+Green+Blue) = 246+207+181=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFB5 is #09304A. Grayscale: #D7D7D7. Windows color (decimal): -602187 or 11915254. OLE color: 11915254.
HSL color Cylindrical-coordinate representation of color #F6CFB5: hue angle of 24º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6CFB5 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 181 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.04 |
| HSL | 24º | 0.78% | 0.84% | - |
| HSV(B) | 24º | 0.26% | 0.96% | - |
| XYZ | 68.66 | 67.55 | 53.14 | - |
| YUV | 215.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 181 | 0 | 0.16 | 0.26 | 0.04 | 24 | 0.78 | 0.84 |
| Hex | F6 | CF | B5 | 0 | 10 | 1A | 4 | 18 | 4E | 54 |
| Octal | 366 | 317 | 265 | 0 | 20 | 32 | 4 | 30 | 116 | 124 |
| Binary | 11110110 | 11001111 | 10110101 | 0 | 10000 | 11010 | 100 | 11000 | 1001110 | 1010100 |
Color Harmonies of #F6CFB5
Complementary color
Monochromatic Colors of #F6CFB5
Black with #F6CFB5
Text Example
Text Example
White with #F6CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFB5; }
p { color: rgb(246,207,181); }
H1.HeaderClassName
{
color: #F6CFB5;
}
.AnyTagClassName
{
color: #F6CFB5;
}
</style>
background-color css
<style>
a { background-color: #F6CFB5; }
a { background-color: rgb(246,207,181); }
div.DivClassName
{
background-color: #F6CFB5;
}
.BgClassName
{
background-color: #F6CFB5;
}
</style>
border-color css
<style>
span { border-color: #F6CFB5; }
span { border-color: rgb(246,207,181); }
td.TdClassName
{
border-color: #F6CFB5;
}
.TagClassName
{
border-color: #F6CFB5;
}
</style>