Shades of Apricot #FDCBAC
Tints of Apricot #FDCBAC
RGB
CMYK
RGB Variations
Color information
#FDCBAC (or 0xFDCBAC) is known color: Apricot. HEX triplet: FD, CB and AC. RGB value is (253,203,172). Sum of RGB (Red+Green+Blue) = 253+203+172=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBAC is #023453. Grayscale: #D6D6D6. Windows color (decimal): -144468 or 11324413. OLE color: 11324413.
HSL color Cylindrical-coordinate representation of color #FDCBAC: hue angle of 22.96º 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 #FDCBAC is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 172 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.01 |
| HSL | 22.96º | 0.95% | 0.83% | - |
| HSV(B) | 22.96º | 0.32% | 0.99% | - |
| XYZ | 69.31 | 66.57 | 48.23 | - |
| YUV | 214.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 172 | 0 | 0.20 | 0.32 | 0.01 | 22.96 | 0.95 | 0.83 |
| Hex | FD | CB | AC | 0 | 14 | 20 | 1 | 17 | 5F | 53 |
| Octal | 375 | 313 | 254 | 0 | 24 | 40 | 1 | 27 | 137 | 123 |
| Binary | 11111101 | 11001011 | 10101100 | 0 | 10100 | 100000 | 1 | 10111 | 1011111 | 1010011 |
Color Harmonies of #FDCBAC
Complementary color
Monochromatic Colors of #FDCBAC
Black with #FDCBAC
Text Example
Text Example
White with #FDCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBAC; }
p { color: rgb(253,203,172); }
H1.HeaderClassName
{
color: #FDCBAC;
}
.AnyTagClassName
{
color: #FDCBAC;
}
</style>
background-color css
<style>
a { background-color: #FDCBAC; }
a { background-color: rgb(253,203,172); }
div.DivClassName
{
background-color: #FDCBAC;
}
.BgClassName
{
background-color: #FDCBAC;
}
</style>
border-color css
<style>
span { border-color: #FDCBAC; }
span { border-color: rgb(253,203,172); }
td.TdClassName
{
border-color: #FDCBAC;
}
.TagClassName
{
border-color: #FDCBAC;
}
</style>