Shades of Apricot #F5CCAC
Tints of Apricot #F5CCAC
RGB
CMYK
RGB Variations
Color information
#F5CCAC (or 0xF5CCAC) is known color: Apricot. HEX triplet: F5, CC and AC. RGB value is (245,204,172). Sum of RGB (Red+Green+Blue) = 245+204+172=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCAC is #0A3353. Grayscale: #D4D4D4. Windows color (decimal): -668500 or 11324661. OLE color: 11324661.
HSL color Cylindrical-coordinate representation of color #F5CCAC: hue angle of 26.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5CCAC is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 172 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.04 |
| HSL | 26.3º | 0.78% | 0.82% | - |
| HSV(B) | 26.3º | 0.3% | 0.96% | - |
| XYZ | 66.7 | 65.58 | 48.17 | - |
| YUV | 212.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 172 | 0 | 0.17 | 0.30 | 0.04 | 26.3 | 0.78 | 0.82 |
| Hex | F5 | CC | AC | 0 | 11 | 1E | 4 | 1A | 4E | 52 |
| Octal | 365 | 314 | 254 | 0 | 21 | 36 | 4 | 32 | 116 | 122 |
| Binary | 11110101 | 11001100 | 10101100 | 0 | 10001 | 11110 | 100 | 11010 | 1001110 | 1010010 |
Color Harmonies of #F5CCAC
Complementary color
Monochromatic Colors of #F5CCAC
Black with #F5CCAC
Text Example
Text Example
White with #F5CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCAC; }
p { color: rgb(245,204,172); }
H1.HeaderClassName
{
color: #F5CCAC;
}
.AnyTagClassName
{
color: #F5CCAC;
}
</style>
background-color css
<style>
a { background-color: #F5CCAC; }
a { background-color: rgb(245,204,172); }
div.DivClassName
{
background-color: #F5CCAC;
}
.BgClassName
{
background-color: #F5CCAC;
}
</style>
border-color css
<style>
span { border-color: #F5CCAC; }
span { border-color: rgb(245,204,172); }
td.TdClassName
{
border-color: #F5CCAC;
}
.TagClassName
{
border-color: #F5CCAC;
}
</style>