Shades of Apricot #FFCFB4
Tints of Apricot #FFCFB4
RGB
CMYK
RGB Variations
Color information
#FFCFB4 (or 0xFFCFB4) is known color: Apricot. HEX triplet: FF, CF and B4. RGB value is (255,207,180). Sum of RGB (Red+Green+Blue) = 255+207+180=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFB4 is #00304B. Grayscale: #DADADA. Windows color (decimal): -12364 or 11849727. OLE color: 11849727.
HSL color Cylindrical-coordinate representation of color #FFCFB4: hue angle of 21.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFCFB4 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 180 | - |
| CMYK | 0 | 0.19 | 0.29 | 0 |
| HSL | 21.6º | 1% | 0.85% | - |
| HSV(B) | 21.6º | 0.29% | 1% | - |
| XYZ | 71.79 | 69.18 | 52.75 | - |
| YUV | 218.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 180 | 0 | 0.19 | 0.29 | 0 | 21.6 | 1 | 0.85 |
| Hex | FF | CF | B4 | 0 | 13 | 1D | 0 | 16 | 64 | 55 |
| Octal | 377 | 317 | 264 | 0 | 23 | 35 | 0 | 26 | 144 | 125 |
| Binary | 11111111 | 11001111 | 10110100 | 0 | 10011 | 11101 | 0 | 10110 | 1100100 | 1010101 |
Color Harmonies of #FFCFB4
Complementary color
Monochromatic Colors of #FFCFB4
Black with #FFCFB4
Text Example
Text Example
White with #FFCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFB4; }
p { color: rgb(255,207,180); }
H1.HeaderClassName
{
color: #FFCFB4;
}
.AnyTagClassName
{
color: #FFCFB4;
}
</style>
background-color css
<style>
a { background-color: #FFCFB4; }
a { background-color: rgb(255,207,180); }
div.DivClassName
{
background-color: #FFCFB4;
}
.BgClassName
{
background-color: #FFCFB4;
}
</style>
border-color css
<style>
span { border-color: #FFCFB4; }
span { border-color: rgb(255,207,180); }
td.TdClassName
{
border-color: #FFCFB4;
}
.TagClassName
{
border-color: #FFCFB4;
}
</style>