Shades of Apricot #FFCCAE
Tints of Apricot #FFCCAE
RGB
CMYK
RGB Variations
Color information
#FFCCAE (or 0xFFCCAE) is known color: Apricot. HEX triplet: FF, CC and AE. RGB value is (255,204,174). Sum of RGB (Red+Green+Blue) = 255+204+174=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCAE is #003351. Grayscale: #D8D8D8. Windows color (decimal): -13138 or 11455743. OLE color: 11455743.
HSL color Cylindrical-coordinate representation of color #FFCCAE: hue angle of 22.22º 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 #FFCCAE is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 174 | - |
| CMYK | 0 | 0.2 | 0.32 | 0 |
| HSL | 22.22º | 1% | 0.84% | - |
| HSV(B) | 22.22º | 0.32% | 1% | - |
| XYZ | 70.47 | 67.5 | 49.36 | - |
| YUV | 215.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 174 | 0 | 0.2 | 0.32 | 0 | 22.22 | 1 | 0.84 |
| Hex | FF | CC | AE | 0 | 14 | 20 | 0 | 16 | 64 | 54 |
| Octal | 377 | 314 | 256 | 0 | 24 | 40 | 0 | 26 | 144 | 124 |
| Binary | 11111111 | 11001100 | 10101110 | 0 | 10100 | 100000 | 0 | 10110 | 1100100 | 1010100 |
Color Harmonies of #FFCCAE
Complementary color
Monochromatic Colors of #FFCCAE
Black with #FFCCAE
Text Example
Text Example
White with #FFCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCAE; }
p { color: rgb(255,204,174); }
H1.HeaderClassName
{
color: #FFCCAE;
}
.AnyTagClassName
{
color: #FFCCAE;
}
</style>
background-color css
<style>
a { background-color: #FFCCAE; }
a { background-color: rgb(255,204,174); }
div.DivClassName
{
background-color: #FFCCAE;
}
.BgClassName
{
background-color: #FFCCAE;
}
</style>
border-color css
<style>
span { border-color: #FFCCAE; }
span { border-color: rgb(255,204,174); }
td.TdClassName
{
border-color: #FFCCAE;
}
.TagClassName
{
border-color: #FFCCAE;
}
</style>