Shades of Apricot #FDCFAC
Tints of Apricot #FDCFAC
RGB
CMYK
RGB Variations
Color information
#FDCFAC (or 0xFDCFAC) is known color: Apricot. HEX triplet: FD, CF and AC. RGB value is (253,207,172). Sum of RGB (Red+Green+Blue) = 253+207+172=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFAC is #023053. Grayscale: #D8D8D8. Windows color (decimal): -143444 or 11325437. OLE color: 11325437.
HSL color Cylindrical-coordinate representation of color #FDCFAC: hue angle of 25.93º 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 #FDCFAC is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 172 | - |
CMYK | 0 | 0.18 | 0.32 | 0.01 |
HSL | 25.93º | 0.95% | 0.83% | - |
HSV(B) | 25.93º | 0.32% | 0.99% | - |
XYZ | 70.27 | 68.49 | 48.55 | - |
YUV | 216.76 | 102.74 | 153.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 172 | 0 | 0.18 | 0.32 | 0.01 | 25.93 | 0.95 | 0.83 |
Hex | FD | CF | AC | 0 | 12 | 20 | 1 | 1A | 5F | 53 |
Octal | 375 | 317 | 254 | 0 | 22 | 40 | 1 | 32 | 137 | 123 |
Binary | 11111101 | 11001111 | 10101100 | 0 | 10010 | 100000 | 1 | 11010 | 1011111 | 1010011 |
Color Harmonies of #FDCFAC
Complementary color
Monochromatic Colors of #FDCFAC
Black with #FDCFAC
Text Example
Text Example
White with #FDCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFAC; }
p { color: rgb(253,207,172); }
H1.HeaderClassName
{
color: #FDCFAC;
}
.AnyTagClassName
{
color: #FDCFAC;
}
</style>
background-color css
<style>
a { background-color: #FDCFAC; }
a { background-color: rgb(253,207,172); }
div.DivClassName
{
background-color: #FDCFAC;
}
.BgClassName
{
background-color: #FDCFAC;
}
</style>
border-color css
<style>
span { border-color: #FDCFAC; }
span { border-color: rgb(253,207,172); }
td.TdClassName
{
border-color: #FDCFAC;
}
.TagClassName
{
border-color: #FDCFAC;
}
</style>