Shades of Apricot #FFC8B0
Tints of Apricot #FFC8B0
RGB
CMYK
RGB Variations
Color information
#FFC8B0 (or 0xFFC8B0) is known color: Apricot. HEX triplet: FF, C8 and B0. RGB value is (255,200,176). Sum of RGB (Red+Green+Blue) = 255+200+176=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8B0 is #00374F. Grayscale: #D5D5D5. Windows color (decimal): -14160 or 11585791. OLE color: 11585791.
HSL color Cylindrical-coordinate representation of color #FFC8B0: hue angle of 18.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC8B0 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 176 | - |
| CMYK | 0 | 0.22 | 0.31 | 0 |
| HSL | 18.23º | 1% | 0.85% | - |
| HSV(B) | 18.23º | 0.31% | 1% | - |
| XYZ | 69.73 | 65.7 | 50.08 | - |
| YUV | 213.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 176 | 0 | 0.22 | 0.31 | 0 | 18.23 | 1 | 0.85 |
| Hex | FF | C8 | B0 | 0 | 16 | 1F | 0 | 12 | 64 | 55 |
| Octal | 377 | 310 | 260 | 0 | 26 | 37 | 0 | 22 | 144 | 125 |
| Binary | 11111111 | 11001000 | 10110000 | 0 | 10110 | 11111 | 0 | 10010 | 1100100 | 1010101 |
Color Harmonies of #FFC8B0
Complementary color
Monochromatic Colors of #FFC8B0
Black with #FFC8B0
Text Example
Text Example
White with #FFC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8B0; }
p { color: rgb(255,200,176); }
H1.HeaderClassName
{
color: #FFC8B0;
}
.AnyTagClassName
{
color: #FFC8B0;
}
</style>
background-color css
<style>
a { background-color: #FFC8B0; }
a { background-color: rgb(255,200,176); }
div.DivClassName
{
background-color: #FFC8B0;
}
.BgClassName
{
background-color: #FFC8B0;
}
</style>
border-color css
<style>
span { border-color: #FFC8B0; }
span { border-color: rgb(255,200,176); }
td.TdClassName
{
border-color: #FFC8B0;
}
.TagClassName
{
border-color: #FFC8B0;
}
</style>