Shades of Apricot #FDCCAC
Tints of Apricot #FDCCAC
RGB
CMYK
RGB Variations
Color information
#FDCCAC (or 0xFDCCAC) is known color: Apricot. HEX triplet: FD, CC and AC. RGB value is (253,204,172). Sum of RGB (Red+Green+Blue) = 253+204+172=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAC is #023353. Grayscale: #D7D7D7. Windows color (decimal): -144212 or 11324669. OLE color: 11324669.
HSL color Cylindrical-coordinate representation of color #FDCCAC: hue angle of 23.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDCCAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 172 | - |
CMYK | 0 | 0.19 | 0.32 | 0.01 |
HSL | 23.7º | 0.95% | 0.83% | - |
HSV(B) | 23.7º | 0.32% | 0.99% | - |
XYZ | 69.55 | 67.05 | 48.31 | - |
YUV | 215 | 103.73 | 155.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 172 | 0 | 0.19 | 0.32 | 0.01 | 23.7 | 0.95 | 0.83 |
Hex | FD | CC | AC | 0 | 13 | 20 | 1 | 18 | 5F | 53 |
Octal | 375 | 314 | 254 | 0 | 23 | 40 | 1 | 30 | 137 | 123 |
Binary | 11111101 | 11001100 | 10101100 | 0 | 10011 | 100000 | 1 | 11000 | 1011111 | 1010011 |
Color Harmonies of #FDCCAC
Complementary color
Monochromatic Colors of #FDCCAC
Black with #FDCCAC
Text Example
Text Example
White with #FDCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCAC; }
p { color: rgb(253,204,172); }
H1.HeaderClassName
{
color: #FDCCAC;
}
.AnyTagClassName
{
color: #FDCCAC;
}
</style>
background-color css
<style>
a { background-color: #FDCCAC; }
a { background-color: rgb(253,204,172); }
div.DivClassName
{
background-color: #FDCCAC;
}
.BgClassName
{
background-color: #FDCCAC;
}
</style>
border-color css
<style>
span { border-color: #FDCCAC; }
span { border-color: rgb(253,204,172); }
td.TdClassName
{
border-color: #FDCCAC;
}
.TagClassName
{
border-color: #FDCCAC;
}
</style>