Shades of Apricot #F5CFB3
Tints of Apricot #F5CFB3
RGB
CMYK
RGB Variations
Color information
#F5CFB3 (or 0xF5CFB3) is known color: Apricot. HEX triplet: F5, CF and B3. RGB value is (245,207,179). Sum of RGB (Red+Green+Blue) = 245+207+179=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 179 (70.31% from 255 or 28.37% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFB3 is #0A304C. Grayscale: #D7D7D7. Windows color (decimal): -667725 or 11784181. OLE color: 11784181.
HSL color Cylindrical-coordinate representation of color #F5CFB3: hue angle of 25.45º degrees, saturation: 0.77, 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 #F5CFB3 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 179 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.04 |
| HSL | 25.45º | 0.77% | 0.83% | - |
| HSV(B) | 25.45º | 0.27% | 0.96% | - |
| XYZ | 68.11 | 67.29 | 52.05 | - |
| YUV | 215.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 179 | 0 | 0.16 | 0.27 | 0.04 | 25.45 | 0.77 | 0.83 |
| Hex | F5 | CF | B3 | 0 | 10 | 1B | 4 | 19 | 4D | 53 |
| Octal | 365 | 317 | 263 | 0 | 20 | 33 | 4 | 31 | 115 | 123 |
| Binary | 11110101 | 11001111 | 10110011 | 0 | 10000 | 11011 | 100 | 11001 | 1001101 | 1010011 |
Color Harmonies of #F5CFB3
Complementary color
Monochromatic Colors of #F5CFB3
Black with #F5CFB3
Text Example
Text Example
White with #F5CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFB3; }
p { color: rgb(245,207,179); }
H1.HeaderClassName
{
color: #F5CFB3;
}
.AnyTagClassName
{
color: #F5CFB3;
}
</style>
background-color css
<style>
a { background-color: #F5CFB3; }
a { background-color: rgb(245,207,179); }
div.DivClassName
{
background-color: #F5CFB3;
}
.BgClassName
{
background-color: #F5CFB3;
}
</style>
border-color css
<style>
span { border-color: #F5CFB3; }
span { border-color: rgb(245,207,179); }
td.TdClassName
{
border-color: #F5CFB3;
}
.TagClassName
{
border-color: #F5CFB3;
}
</style>