Shades of Apricot #FDD0B0
Tints of Apricot #FDD0B0
RGB
CMYK
RGB Variations
Color information
#FDD0B0 (or 0xFDD0B0) is known color: Apricot. HEX triplet: FD, D0 and B0. RGB value is (253,208,176). Sum of RGB (Red+Green+Blue) = 253+208+176=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD0B0 is #022F4F. Grayscale: #D9D9D9. Windows color (decimal): -143184 or 11587837. OLE color: 11587837.
HSL color Cylindrical-coordinate representation of color #FDD0B0: hue angle of 24.94º 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 #FDD0B0 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 176 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.01 |
| HSL | 24.94º | 0.95% | 0.84% | - |
| HSV(B) | 24.94º | 0.3% | 0.99% | - |
| XYZ | 70.9 | 69.13 | 50.68 | - |
| YUV | 217.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 176 | 0 | 0.18 | 0.30 | 0.01 | 24.94 | 0.95 | 0.84 |
| Hex | FD | D0 | B0 | 0 | 12 | 1E | 1 | 19 | 5F | 54 |
| Octal | 375 | 320 | 260 | 0 | 22 | 36 | 1 | 31 | 137 | 124 |
| Binary | 11111101 | 11010000 | 10110000 | 0 | 10010 | 11110 | 1 | 11001 | 1011111 | 1010100 |
Color Harmonies of #FDD0B0
Complementary color
Monochromatic Colors of #FDD0B0
Black with #FDD0B0
Text Example
Text Example
White with #FDD0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0B0; }
p { color: rgb(253,208,176); }
H1.HeaderClassName
{
color: #FDD0B0;
}
.AnyTagClassName
{
color: #FDD0B0;
}
</style>
background-color css
<style>
a { background-color: #FDD0B0; }
a { background-color: rgb(253,208,176); }
div.DivClassName
{
background-color: #FDD0B0;
}
.BgClassName
{
background-color: #FDD0B0;
}
</style>
border-color css
<style>
span { border-color: #FDD0B0; }
span { border-color: rgb(253,208,176); }
td.TdClassName
{
border-color: #FDD0B0;
}
.TagClassName
{
border-color: #FDD0B0;
}
</style>