Shades of Apricot #FDC8B3
Tints of Apricot #FDC8B3
RGB
CMYK
RGB Variations
Color information
#FDC8B3 (or 0xFDC8B3) is known color: Apricot. HEX triplet: FD, C8 and B3. RGB value is (253,200,179). Sum of RGB (Red+Green+Blue) = 253+200+179=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8B3 is #02374C. Grayscale: #D5D5D5. Windows color (decimal): -145229 or 11782397. OLE color: 11782397.
HSL color Cylindrical-coordinate representation of color #FDC8B3: hue angle of 17.03º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDC8B3 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 179 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.01 |
| HSL | 17.03º | 0.95% | 0.85% | - |
| HSV(B) | 17.03º | 0.29% | 0.99% | - |
| XYZ | 69.3 | 65.45 | 51.63 | - |
| YUV | 213.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 179 | 0 | 0.21 | 0.29 | 0.01 | 17.03 | 0.95 | 0.85 |
| Hex | FD | C8 | B3 | 0 | 15 | 1D | 1 | 11 | 5F | 55 |
| Octal | 375 | 310 | 263 | 0 | 25 | 35 | 1 | 21 | 137 | 125 |
| Binary | 11111101 | 11001000 | 10110011 | 0 | 10101 | 11101 | 1 | 10001 | 1011111 | 1010101 |
Color Harmonies of #FDC8B3
Complementary color
Monochromatic Colors of #FDC8B3
Black with #FDC8B3
Text Example
Text Example
White with #FDC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8B3; }
p { color: rgb(253,200,179); }
H1.HeaderClassName
{
color: #FDC8B3;
}
.AnyTagClassName
{
color: #FDC8B3;
}
</style>
background-color css
<style>
a { background-color: #FDC8B3; }
a { background-color: rgb(253,200,179); }
div.DivClassName
{
background-color: #FDC8B3;
}
.BgClassName
{
background-color: #FDC8B3;
}
</style>
border-color css
<style>
span { border-color: #FDC8B3; }
span { border-color: rgb(253,200,179); }
td.TdClassName
{
border-color: #FDC8B3;
}
.TagClassName
{
border-color: #FDC8B3;
}
</style>