Shades of Apricot #FFCFAF
Tints of Apricot #FFCFAF
RGB
CMYK
RGB Variations
Color information
#FFCFAF (or 0xFFCFAF) is known color: Apricot. HEX triplet: FF, CF and AF. RGB value is (255,207,175). Sum of RGB (Red+Green+Blue) = 255+207+175=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAF is #003050. Grayscale: #D9D9D9. Windows color (decimal): -12369 or 11522047. OLE color: 11522047.
HSL color Cylindrical-coordinate representation of color #FFCFAF: hue angle of 24º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFCFAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 175 | - |
| CMYK | 0 | 0.19 | 0.31 | 0 |
| HSL | 24º | 1% | 0.84% | - |
| HSV(B) | 24º | 0.31% | 1% | - |
| XYZ | 71.29 | 68.98 | 50.11 | - |
| YUV | 217.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 175 | 0 | 0.19 | 0.31 | 0 | 24 | 1 | 0.84 |
| Hex | FF | CF | AF | 0 | 13 | 1F | 0 | 18 | 64 | 54 |
| Octal | 377 | 317 | 257 | 0 | 23 | 37 | 0 | 30 | 144 | 124 |
| Binary | 11111111 | 11001111 | 10101111 | 0 | 10011 | 11111 | 0 | 11000 | 1100100 | 1010100 |
Color Harmonies of #FFCFAF
Complementary color
Monochromatic Colors of #FFCFAF
Black with #FFCFAF
Text Example
Text Example
White with #FFCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFAF; }
p { color: rgb(255,207,175); }
H1.HeaderClassName
{
color: #FFCFAF;
}
.AnyTagClassName
{
color: #FFCFAF;
}
</style>
background-color css
<style>
a { background-color: #FFCFAF; }
a { background-color: rgb(255,207,175); }
div.DivClassName
{
background-color: #FFCFAF;
}
.BgClassName
{
background-color: #FFCFAF;
}
</style>
border-color css
<style>
span { border-color: #FFCFAF; }
span { border-color: rgb(255,207,175); }
td.TdClassName
{
border-color: #FFCFAF;
}
.TagClassName
{
border-color: #FFCFAF;
}
</style>