Shades of Apricot #FFC8B2
Tints of Apricot #FFC8B2
RGB
CMYK
RGB Variations
Color information
#FFC8B2 (or 0xFFC8B2) is known color: Apricot. HEX triplet: FF, C8 and B2. RGB value is (255,200,178). Sum of RGB (Red+Green+Blue) = 255+200+178=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 178 (69.92% from 255 or 28.12% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8B2 is #00374D. Grayscale: #D6D6D6. Windows color (decimal): -14158 or 11716863. OLE color: 11716863.
HSL color Cylindrical-coordinate representation of color #FFC8B2: hue angle of 17.14º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFC8B2 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 178 | - |
| CMYK | 0 | 0.22 | 0.30 | 0 |
| HSL | 17.14º | 1% | 0.85% | - |
| HSV(B) | 17.14º | 0.3% | 1% | - |
| XYZ | 69.93 | 65.78 | 51.13 | - |
| YUV | 213.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 178 | 0 | 0.22 | 0.30 | 0 | 17.14 | 1 | 0.85 |
| Hex | FF | C8 | B2 | 0 | 16 | 1E | 0 | 11 | 64 | 55 |
| Octal | 377 | 310 | 262 | 0 | 26 | 36 | 0 | 21 | 144 | 125 |
| Binary | 11111111 | 11001000 | 10110010 | 0 | 10110 | 11110 | 0 | 10001 | 1100100 | 1010101 |
Color Harmonies of #FFC8B2
Complementary color
Monochromatic Colors of #FFC8B2
Black with #FFC8B2
Text Example
Text Example
White with #FFC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8B2; }
p { color: rgb(255,200,178); }
H1.HeaderClassName
{
color: #FFC8B2;
}
.AnyTagClassName
{
color: #FFC8B2;
}
</style>
background-color css
<style>
a { background-color: #FFC8B2; }
a { background-color: rgb(255,200,178); }
div.DivClassName
{
background-color: #FFC8B2;
}
.BgClassName
{
background-color: #FFC8B2;
}
</style>
border-color css
<style>
span { border-color: #FFC8B2; }
span { border-color: rgb(255,200,178); }
td.TdClassName
{
border-color: #FFC8B2;
}
.TagClassName
{
border-color: #FFC8B2;
}
</style>