Shades of Apricot #FDCDB1
Tints of Apricot #FDCDB1
RGB
CMYK
RGB Variations
Color information
#FDCDB1 (or 0xFDCDB1) is known color: Apricot. HEX triplet: FD, CD and B1. RGB value is (253,205,177). Sum of RGB (Red+Green+Blue) = 253+205+177=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDB1 is #02324E. Grayscale: #D8D8D8. Windows color (decimal): -143951 or 11652605. OLE color: 11652605.
HSL color Cylindrical-coordinate representation of color #FDCDB1: hue angle of 22.11º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDCDB1 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 177 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.01 |
| HSL | 22.11º | 0.95% | 0.84% | - |
| HSV(B) | 22.11º | 0.3% | 0.99% | - |
| XYZ | 70.28 | 67.72 | 50.96 | - |
| YUV | 216.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 177 | 0 | 0.19 | 0.30 | 0.01 | 22.11 | 0.95 | 0.84 |
| Hex | FD | CD | B1 | 0 | 13 | 1E | 1 | 16 | 5F | 54 |
| Octal | 375 | 315 | 261 | 0 | 23 | 36 | 1 | 26 | 137 | 124 |
| Binary | 11111101 | 11001101 | 10110001 | 0 | 10011 | 11110 | 1 | 10110 | 1011111 | 1010100 |
Color Harmonies of #FDCDB1
Complementary color
Monochromatic Colors of #FDCDB1
Black with #FDCDB1
Text Example
Text Example
White with #FDCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDB1; }
p { color: rgb(253,205,177); }
H1.HeaderClassName
{
color: #FDCDB1;
}
.AnyTagClassName
{
color: #FDCDB1;
}
</style>
background-color css
<style>
a { background-color: #FDCDB1; }
a { background-color: rgb(253,205,177); }
div.DivClassName
{
background-color: #FDCDB1;
}
.BgClassName
{
background-color: #FDCDB1;
}
</style>
border-color css
<style>
span { border-color: #FDCDB1; }
span { border-color: rgb(253,205,177); }
td.TdClassName
{
border-color: #FDCDB1;
}
.TagClassName
{
border-color: #FDCDB1;
}
</style>