Shades of Apricot #F8CBB3
Tints of Apricot #F8CBB3
RGB
CMYK
RGB Variations
Color information
#F8CBB3 (or 0xF8CBB3) is known color: Apricot. HEX triplet: F8, CB and B3. RGB value is (248,203,179). Sum of RGB (Red+Green+Blue) = 248+203+179=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBB3 is #07344C. Grayscale: #D5D5D5. Windows color (decimal): -472141 or 11783160. OLE color: 11783160.
HSL color Cylindrical-coordinate representation of color #F8CBB3: hue angle of 20.87º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8CBB3 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 179 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.03 |
| HSL | 20.87º | 0.83% | 0.84% | - |
| HSV(B) | 20.87º | 0.28% | 0.97% | - |
| XYZ | 68.2 | 65.92 | 51.78 | - |
| YUV | 213.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 179 | 0 | 0.18 | 0.28 | 0.03 | 20.87 | 0.83 | 0.84 |
| Hex | F8 | CB | B3 | 0 | 12 | 1C | 3 | 15 | 53 | 54 |
| Octal | 370 | 313 | 263 | 0 | 22 | 34 | 3 | 25 | 123 | 124 |
| Binary | 11111000 | 11001011 | 10110011 | 0 | 10010 | 11100 | 11 | 10101 | 1010011 | 1010100 |
Color Harmonies of #F8CBB3
Complementary color
Monochromatic Colors of #F8CBB3
Black with #F8CBB3
Text Example
Text Example
White with #F8CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBB3; }
p { color: rgb(248,203,179); }
H1.HeaderClassName
{
color: #F8CBB3;
}
.AnyTagClassName
{
color: #F8CBB3;
}
</style>
background-color css
<style>
a { background-color: #F8CBB3; }
a { background-color: rgb(248,203,179); }
div.DivClassName
{
background-color: #F8CBB3;
}
.BgClassName
{
background-color: #F8CBB3;
}
</style>
border-color css
<style>
span { border-color: #F8CBB3; }
span { border-color: rgb(248,203,179); }
td.TdClassName
{
border-color: #F8CBB3;
}
.TagClassName
{
border-color: #F8CBB3;
}
</style>