Shades of Apricot #FFCFB7
Tints of Apricot #FFCFB7
RGB
CMYK
RGB Variations
Color information
#FFCFB7 (or 0xFFCFB7) is known color: Apricot. HEX triplet: FF, CF and B7. RGB value is (255,207,183). Sum of RGB (Red+Green+Blue) = 255+207+183=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 183 (71.88% from 255 or 28.37% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFB7 is #003048. Grayscale: #DADADA. Windows color (decimal): -12361 or 12046335. OLE color: 12046335.
HSL color Cylindrical-coordinate representation of color #FFCFB7: hue angle of 20º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFCFB7 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 183 | - |
| CMYK | 0 | 0.19 | 0.28 | 0 |
| HSL | 20º | 1% | 0.86% | - |
| HSV(B) | 20º | 0.28% | 1% | - |
| XYZ | 72.1 | 69.3 | 54.38 | - |
| YUV | 218.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 183 | 0 | 0.19 | 0.28 | 0 | 20 | 1 | 0.86 |
| Hex | FF | CF | B7 | 0 | 13 | 1C | 0 | 14 | 64 | 56 |
| Octal | 377 | 317 | 267 | 0 | 23 | 34 | 0 | 24 | 144 | 126 |
| Binary | 11111111 | 11001111 | 10110111 | 0 | 10011 | 11100 | 0 | 10100 | 1100100 | 1010110 |
Color Harmonies of #FFCFB7
Complementary color
Monochromatic Colors of #FFCFB7
Black with #FFCFB7
Text Example
Text Example
White with #FFCFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFB7; }
p { color: rgb(255,207,183); }
H1.HeaderClassName
{
color: #FFCFB7;
}
.AnyTagClassName
{
color: #FFCFB7;
}
</style>
background-color css
<style>
a { background-color: #FFCFB7; }
a { background-color: rgb(255,207,183); }
div.DivClassName
{
background-color: #FFCFB7;
}
.BgClassName
{
background-color: #FFCFB7;
}
</style>
border-color css
<style>
span { border-color: #FFCFB7; }
span { border-color: rgb(255,207,183); }
td.TdClassName
{
border-color: #FFCFB7;
}
.TagClassName
{
border-color: #FFCFB7;
}
</style>