Shades of Apricot #FFCFAB
Tints of Apricot #FFCFAB
RGB
CMYK
RGB Variations
Color information
#FFCFAB (or 0xFFCFAB) is known color: Apricot. HEX triplet: FF, CF and AB. RGB value is (255,207,171). Sum of RGB (Red+Green+Blue) = 255+207+171=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAB is #003054. Grayscale: #D9D9D9. Windows color (decimal): -12373 or 11259903. OLE color: 11259903.
HSL color Cylindrical-coordinate representation of color #FFCFAB: hue angle of 25.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCFAB is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 171 | - |
| CMYK | 0 | 0.19 | 0.33 | 0 |
| HSL | 25.71º | 1% | 0.84% | - |
| HSV(B) | 25.71º | 0.33% | 1% | - |
| XYZ | 70.9 | 68.83 | 48.08 | - |
| YUV | 217.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 171 | 0 | 0.19 | 0.33 | 0 | 25.71 | 1 | 0.84 |
| Hex | FF | CF | AB | 0 | 13 | 21 | 0 | 1A | 64 | 54 |
| Octal | 377 | 317 | 253 | 0 | 23 | 41 | 0 | 32 | 144 | 124 |
| Binary | 11111111 | 11001111 | 10101011 | 0 | 10011 | 100001 | 0 | 11010 | 1100100 | 1010100 |
Color Harmonies of #FFCFAB
Complementary color
Monochromatic Colors of #FFCFAB
Black with #FFCFAB
Text Example
Text Example
White with #FFCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFAB; }
p { color: rgb(255,207,171); }
H1.HeaderClassName
{
color: #FFCFAB;
}
.AnyTagClassName
{
color: #FFCFAB;
}
</style>
background-color css
<style>
a { background-color: #FFCFAB; }
a { background-color: rgb(255,207,171); }
div.DivClassName
{
background-color: #FFCFAB;
}
.BgClassName
{
background-color: #FFCFAB;
}
</style>
border-color css
<style>
span { border-color: #FFCFAB; }
span { border-color: rgb(255,207,171); }
td.TdClassName
{
border-color: #FFCFAB;
}
.TagClassName
{
border-color: #FFCFAB;
}
</style>