Shades of Apricot #FCC6AD
Tints of Apricot #FCC6AD
RGB
CMYK
RGB Variations
Color information
#FCC6AD (or 0xFCC6AD) is known color: Apricot. HEX triplet: FC, C6 and AD. RGB value is (252,198,173). Sum of RGB (Red+Green+Blue) = 252+198+173=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6AD is #033952. Grayscale: #D3D3D3. Windows color (decimal): -211283 or 11388668. OLE color: 11388668.
HSL color Cylindrical-coordinate representation of color #FCC6AD: hue angle of 18.99º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC6AD is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 173 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.01 |
| HSL | 18.99º | 0.93% | 0.83% | - |
| HSV(B) | 18.99º | 0.31% | 0.99% | - |
| XYZ | 67.88 | 64.1 | 48.33 | - |
| YUV | 211.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 173 | 0 | 0.21 | 0.31 | 0.01 | 18.99 | 0.93 | 0.83 |
| Hex | FC | C6 | AD | 0 | 15 | 1F | 1 | 13 | 5D | 53 |
| Octal | 374 | 306 | 255 | 0 | 25 | 37 | 1 | 23 | 135 | 123 |
| Binary | 11111100 | 11000110 | 10101101 | 0 | 10101 | 11111 | 1 | 10011 | 1011101 | 1010011 |
Color Harmonies of #FCC6AD
Complementary color
Monochromatic Colors of #FCC6AD
Black with #FCC6AD
Text Example
Text Example
White with #FCC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6AD; }
p { color: rgb(252,198,173); }
H1.HeaderClassName
{
color: #FCC6AD;
}
.AnyTagClassName
{
color: #FCC6AD;
}
</style>
background-color css
<style>
a { background-color: #FCC6AD; }
a { background-color: rgb(252,198,173); }
div.DivClassName
{
background-color: #FCC6AD;
}
.BgClassName
{
background-color: #FCC6AD;
}
</style>
border-color css
<style>
span { border-color: #FCC6AD; }
span { border-color: rgb(252,198,173); }
td.TdClassName
{
border-color: #FCC6AD;
}
.TagClassName
{
border-color: #FCC6AD;
}
</style>