Shades of Apricot #FFCFAD
Tints of Apricot #FFCFAD
RGB
CMYK
RGB Variations
Color information
#FFCFAD (or 0xFFCFAD) is known color: Apricot. HEX triplet: FF, CF and AD. RGB value is (255,207,173). Sum of RGB (Red+Green+Blue) = 255+207+173=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAD is #003052. Grayscale: #D9D9D9. Windows color (decimal): -12371 or 11390975. OLE color: 11390975.
HSL color Cylindrical-coordinate representation of color #FFCFAD: hue angle of 24.88º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFCFAD is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 173 | - |
| CMYK | 0 | 0.19 | 0.32 | 0 |
| HSL | 24.88º | 1% | 0.84% | - |
| HSV(B) | 24.88º | 0.32% | 1% | - |
| XYZ | 71.1 | 68.9 | 49.09 | - |
| YUV | 217.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 173 | 0 | 0.19 | 0.32 | 0 | 24.88 | 1 | 0.84 |
| Hex | FF | CF | AD | 0 | 13 | 20 | 0 | 19 | 64 | 54 |
| Octal | 377 | 317 | 255 | 0 | 23 | 40 | 0 | 31 | 144 | 124 |
| Binary | 11111111 | 11001111 | 10101101 | 0 | 10011 | 100000 | 0 | 11001 | 1100100 | 1010100 |
Color Harmonies of #FFCFAD
Complementary color
Monochromatic Colors of #FFCFAD
Black with #FFCFAD
Text Example
Text Example
White with #FFCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFAD; }
p { color: rgb(255,207,173); }
H1.HeaderClassName
{
color: #FFCFAD;
}
.AnyTagClassName
{
color: #FFCFAD;
}
</style>
background-color css
<style>
a { background-color: #FFCFAD; }
a { background-color: rgb(255,207,173); }
div.DivClassName
{
background-color: #FFCFAD;
}
.BgClassName
{
background-color: #FFCFAD;
}
</style>
border-color css
<style>
span { border-color: #FFCFAD; }
span { border-color: rgb(255,207,173); }
td.TdClassName
{
border-color: #FFCFAD;
}
.TagClassName
{
border-color: #FFCFAD;
}
</style>