Shades of Apricot #FFCFAC
Tints of Apricot #FFCFAC
RGB
CMYK
RGB Variations
Color information
#FFCFAC (or 0xFFCFAC) is known color: Apricot. HEX triplet: FF, CF and AC. RGB value is (255,207,172). Sum of RGB (Red+Green+Blue) = 255+207+172=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAC is #003053. Grayscale: #D9D9D9. Windows color (decimal): -12372 or 11325439. OLE color: 11325439.
HSL color Cylindrical-coordinate representation of color #FFCFAC: hue angle of 25.3º 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 #FFCFAC is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 172 | - |
| CMYK | 0 | 0.19 | 0.33 | 0 |
| HSL | 25.3º | 1% | 0.84% | - |
| HSV(B) | 25.3º | 0.33% | 1% | - |
| XYZ | 71 | 68.86 | 48.58 | - |
| YUV | 217.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 172 | 0 | 0.19 | 0.33 | 0 | 25.3 | 1 | 0.84 |
| Hex | FF | CF | AC | 0 | 13 | 21 | 0 | 19 | 64 | 54 |
| Octal | 377 | 317 | 254 | 0 | 23 | 41 | 0 | 31 | 144 | 124 |
| Binary | 11111111 | 11001111 | 10101100 | 0 | 10011 | 100001 | 0 | 11001 | 1100100 | 1010100 |
Color Harmonies of #FFCFAC
Complementary color
Monochromatic Colors of #FFCFAC
Black with #FFCFAC
Text Example
Text Example
White with #FFCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFAC; }
p { color: rgb(255,207,172); }
H1.HeaderClassName
{
color: #FFCFAC;
}
.AnyTagClassName
{
color: #FFCFAC;
}
</style>
background-color css
<style>
a { background-color: #FFCFAC; }
a { background-color: rgb(255,207,172); }
div.DivClassName
{
background-color: #FFCFAC;
}
.BgClassName
{
background-color: #FFCFAC;
}
</style>
border-color css
<style>
span { border-color: #FFCFAC; }
span { border-color: rgb(255,207,172); }
td.TdClassName
{
border-color: #FFCFAC;
}
.TagClassName
{
border-color: #FFCFAC;
}
</style>