Shades of Apricot #FFCCAD
Tints of Apricot #FFCCAD
RGB
CMYK
RGB Variations
Color information
#FFCCAD (or 0xFFCCAD) is known color: Apricot. HEX triplet: FF, CC and AD. RGB value is (255,204,173). Sum of RGB (Red+Green+Blue) = 255+204+173=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCAD is #003352. Grayscale: #D7D7D7. Windows color (decimal): -13139 or 11390207. OLE color: 11390207.
HSL color Cylindrical-coordinate representation of color #FFCCAD: hue angle of 22.68º 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 #FFCCAD is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 173 | - |
| CMYK | 0 | 0.2 | 0.32 | 0 |
| HSL | 22.68º | 1% | 0.84% | - |
| HSV(B) | 22.68º | 0.32% | 1% | - |
| XYZ | 70.38 | 67.46 | 48.85 | - |
| YUV | 215.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 173 | 0 | 0.2 | 0.32 | 0 | 22.68 | 1 | 0.84 |
| Hex | FF | CC | AD | 0 | 14 | 20 | 0 | 17 | 64 | 54 |
| Octal | 377 | 314 | 255 | 0 | 24 | 40 | 0 | 27 | 144 | 124 |
| Binary | 11111111 | 11001100 | 10101101 | 0 | 10100 | 100000 | 0 | 10111 | 1100100 | 1010100 |
Color Harmonies of #FFCCAD
Complementary color
Monochromatic Colors of #FFCCAD
Black with #FFCCAD
Text Example
Text Example
White with #FFCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCAD; }
p { color: rgb(255,204,173); }
H1.HeaderClassName
{
color: #FFCCAD;
}
.AnyTagClassName
{
color: #FFCCAD;
}
</style>
background-color css
<style>
a { background-color: #FFCCAD; }
a { background-color: rgb(255,204,173); }
div.DivClassName
{
background-color: #FFCCAD;
}
.BgClassName
{
background-color: #FFCCAD;
}
</style>
border-color css
<style>
span { border-color: #FFCCAD; }
span { border-color: rgb(255,204,173); }
td.TdClassName
{
border-color: #FFCCAD;
}
.TagClassName
{
border-color: #FFCCAD;
}
</style>