Shades of Apricot #FFC9B3
Tints of Apricot #FFC9B3
RGB
CMYK
RGB Variations
Color information
#FFC9B3 (or 0xFFC9B3) is known color: Apricot. HEX triplet: FF, C9 and B3. RGB value is (255,201,179). Sum of RGB (Red+Green+Blue) = 255+201+179=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9B3 is #00364C. Grayscale: #D6D6D6. Windows color (decimal): -13901 or 11782655. OLE color: 11782655.
HSL color Cylindrical-coordinate representation of color #FFC9B3: hue angle of 17.37º 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 #FFC9B3 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 179 | - |
| CMYK | 0 | 0.21 | 0.30 | 0 |
| HSL | 17.37º | 1% | 0.85% | - |
| HSV(B) | 17.37º | 0.3% | 1% | - |
| XYZ | 70.26 | 66.29 | 51.74 | - |
| YUV | 214.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 179 | 0 | 0.21 | 0.30 | 0 | 17.37 | 1 | 0.85 |
| Hex | FF | C9 | B3 | 0 | 15 | 1E | 0 | 11 | 64 | 55 |
| Octal | 377 | 311 | 263 | 0 | 25 | 36 | 0 | 21 | 144 | 125 |
| Binary | 11111111 | 11001001 | 10110011 | 0 | 10101 | 11110 | 0 | 10001 | 1100100 | 1010101 |
Color Harmonies of #FFC9B3
Complementary color
Monochromatic Colors of #FFC9B3
Black with #FFC9B3
Text Example
Text Example
White with #FFC9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9B3; }
p { color: rgb(255,201,179); }
H1.HeaderClassName
{
color: #FFC9B3;
}
.AnyTagClassName
{
color: #FFC9B3;
}
</style>
background-color css
<style>
a { background-color: #FFC9B3; }
a { background-color: rgb(255,201,179); }
div.DivClassName
{
background-color: #FFC9B3;
}
.BgClassName
{
background-color: #FFC9B3;
}
</style>
border-color css
<style>
span { border-color: #FFC9B3; }
span { border-color: rgb(255,201,179); }
td.TdClassName
{
border-color: #FFC9B3;
}
.TagClassName
{
border-color: #FFC9B3;
}
</style>