Shades of Apricot #FFCFB3
Tints of Apricot #FFCFB3
RGB
CMYK
RGB Variations
Color information
#FFCFB3 (or 0xFFCFB3) is known color: Apricot. HEX triplet: FF, CF and B3. RGB value is (255,207,179). Sum of RGB (Red+Green+Blue) = 255+207+179=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFB3 is #00304C. Grayscale: #DADADA. Windows color (decimal): -12365 or 11784191. OLE color: 11784191.
HSL color Cylindrical-coordinate representation of color #FFCFB3: hue angle of 22.11º 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 #FFCFB3 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 179 | - |
| CMYK | 0 | 0.19 | 0.30 | 0 |
| HSL | 22.11º | 1% | 0.85% | - |
| HSV(B) | 22.11º | 0.3% | 1% | - |
| XYZ | 71.69 | 69.14 | 52.21 | - |
| YUV | 218.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 179 | 0 | 0.19 | 0.30 | 0 | 22.11 | 1 | 0.85 |
| Hex | FF | CF | B3 | 0 | 13 | 1E | 0 | 16 | 64 | 55 |
| Octal | 377 | 317 | 263 | 0 | 23 | 36 | 0 | 26 | 144 | 125 |
| Binary | 11111111 | 11001111 | 10110011 | 0 | 10011 | 11110 | 0 | 10110 | 1100100 | 1010101 |
Color Harmonies of #FFCFB3
Complementary color
Monochromatic Colors of #FFCFB3
Black with #FFCFB3
Text Example
Text Example
White with #FFCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFB3; }
p { color: rgb(255,207,179); }
H1.HeaderClassName
{
color: #FFCFB3;
}
.AnyTagClassName
{
color: #FFCFB3;
}
</style>
background-color css
<style>
a { background-color: #FFCFB3; }
a { background-color: rgb(255,207,179); }
div.DivClassName
{
background-color: #FFCFB3;
}
.BgClassName
{
background-color: #FFCFB3;
}
</style>
border-color css
<style>
span { border-color: #FFCFB3; }
span { border-color: rgb(255,207,179); }
td.TdClassName
{
border-color: #FFCFB3;
}
.TagClassName
{
border-color: #FFCFB3;
}
</style>