Shades of Apricot #FFCFB2
Tints of Apricot #FFCFB2
RGB
CMYK
RGB Variations
Color information
#FFCFB2 (or 0xFFCFB2) is known color: Apricot. HEX triplet: FF, CF and B2. RGB value is (255,207,178). Sum of RGB (Red+Green+Blue) = 255+207+178=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFB2 is #00304D. Grayscale: #DADADA. Windows color (decimal): -12366 or 11718655. OLE color: 11718655.
HSL color Cylindrical-coordinate representation of color #FFCFB2: hue angle of 22.6º 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 #FFCFB2 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 178 | - |
| CMYK | 0 | 0.19 | 0.30 | 0 |
| HSL | 22.6º | 1% | 0.85% | - |
| HSV(B) | 22.6º | 0.3% | 1% | - |
| XYZ | 71.59 | 69.1 | 51.68 | - |
| YUV | 218.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 178 | 0 | 0.19 | 0.30 | 0 | 22.6 | 1 | 0.85 |
| Hex | FF | CF | B2 | 0 | 13 | 1E | 0 | 17 | 64 | 55 |
| Octal | 377 | 317 | 262 | 0 | 23 | 36 | 0 | 27 | 144 | 125 |
| Binary | 11111111 | 11001111 | 10110010 | 0 | 10011 | 11110 | 0 | 10111 | 1100100 | 1010101 |
Color Harmonies of #FFCFB2
Complementary color
Monochromatic Colors of #FFCFB2
Black with #FFCFB2
Text Example
Text Example
White with #FFCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFB2; }
p { color: rgb(255,207,178); }
H1.HeaderClassName
{
color: #FFCFB2;
}
.AnyTagClassName
{
color: #FFCFB2;
}
</style>
background-color css
<style>
a { background-color: #FFCFB2; }
a { background-color: rgb(255,207,178); }
div.DivClassName
{
background-color: #FFCFB2;
}
.BgClassName
{
background-color: #FFCFB2;
}
</style>
border-color css
<style>
span { border-color: #FFCFB2; }
span { border-color: rgb(255,207,178); }
td.TdClassName
{
border-color: #FFCFB2;
}
.TagClassName
{
border-color: #FFCFB2;
}
</style>