Shades of Apricot #F6CCB5
Tints of Apricot #F6CCB5
RGB
CMYK
RGB Variations
Color information
#F6CCB5 (or 0xF6CCB5) is known color: Apricot. HEX triplet: F6, CC and B5. RGB value is (246,204,181). Sum of RGB (Red+Green+Blue) = 246+204+181=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCB5 is #09334A. Grayscale: #D6D6D6. Windows color (decimal): -602955 or 11914486. OLE color: 11914486.
HSL color Cylindrical-coordinate representation of color #F6CCB5: hue angle of 21.23º 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 #F6CCB5 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 181 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.04 |
| HSL | 21.23º | 0.78% | 0.84% | - |
| HSV(B) | 21.23º | 0.26% | 0.96% | - |
| XYZ | 67.94 | 66.11 | 52.9 | - |
| YUV | 213.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 181 | 0 | 0.17 | 0.26 | 0.04 | 21.23 | 0.78 | 0.84 |
| Hex | F6 | CC | B5 | 0 | 11 | 1A | 4 | 15 | 4E | 54 |
| Octal | 366 | 314 | 265 | 0 | 21 | 32 | 4 | 25 | 116 | 124 |
| Binary | 11110110 | 11001100 | 10110101 | 0 | 10001 | 11010 | 100 | 10101 | 1001110 | 1010100 |
Color Harmonies of #F6CCB5
Complementary color
Monochromatic Colors of #F6CCB5
Black with #F6CCB5
Text Example
Text Example
White with #F6CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCB5; }
p { color: rgb(246,204,181); }
H1.HeaderClassName
{
color: #F6CCB5;
}
.AnyTagClassName
{
color: #F6CCB5;
}
</style>
background-color css
<style>
a { background-color: #F6CCB5; }
a { background-color: rgb(246,204,181); }
div.DivClassName
{
background-color: #F6CCB5;
}
.BgClassName
{
background-color: #F6CCB5;
}
</style>
border-color css
<style>
span { border-color: #F6CCB5; }
span { border-color: rgb(246,204,181); }
td.TdClassName
{
border-color: #F6CCB5;
}
.TagClassName
{
border-color: #F6CCB5;
}
</style>