Shades of Apricot #F8CCAF
Tints of Apricot #F8CCAF
RGB
CMYK
RGB Variations
Color information
#F8CCAF (or 0xF8CCAF) is known color: Apricot. HEX triplet: F8, CC and AF. RGB value is (248,204,175). Sum of RGB (Red+Green+Blue) = 248+204+175=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CCAF is #073350. Grayscale: #D6D6D6. Windows color (decimal): -471889 or 11521272. OLE color: 11521272.
HSL color Cylindrical-coordinate representation of color #F8CCAF: hue angle of 23.84º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8CCAF is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 175 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.03 |
| HSL | 23.84º | 0.84% | 0.83% | - |
| HSV(B) | 23.84º | 0.29% | 0.97% | - |
| XYZ | 68.04 | 66.24 | 49.76 | - |
| YUV | 213.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 175 | 0 | 0.18 | 0.29 | 0.03 | 23.84 | 0.84 | 0.83 |
| Hex | F8 | CC | AF | 0 | 12 | 1D | 3 | 18 | 54 | 53 |
| Octal | 370 | 314 | 257 | 0 | 22 | 35 | 3 | 30 | 124 | 123 |
| Binary | 11111000 | 11001100 | 10101111 | 0 | 10010 | 11101 | 11 | 11000 | 1010100 | 1010011 |
Color Harmonies of #F8CCAF
Complementary color
Monochromatic Colors of #F8CCAF
Black with #F8CCAF
Text Example
Text Example
White with #F8CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCAF; }
p { color: rgb(248,204,175); }
H1.HeaderClassName
{
color: #F8CCAF;
}
.AnyTagClassName
{
color: #F8CCAF;
}
</style>
background-color css
<style>
a { background-color: #F8CCAF; }
a { background-color: rgb(248,204,175); }
div.DivClassName
{
background-color: #F8CCAF;
}
.BgClassName
{
background-color: #F8CCAF;
}
</style>
border-color css
<style>
span { border-color: #F8CCAF; }
span { border-color: rgb(248,204,175); }
td.TdClassName
{
border-color: #F8CCAF;
}
.TagClassName
{
border-color: #F8CCAF;
}
</style>