Shades of Apricot #FDD1B0
Tints of Apricot #FDD1B0
RGB
CMYK
RGB Variations
Color information
#FDD1B0 (or 0xFDD1B0) is known color: Apricot. HEX triplet: FD, D1 and B0. RGB value is (253,209,176). Sum of RGB (Red+Green+Blue) = 253+209+176=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD1B0 is #022E4F. Grayscale: #DADADA. Windows color (decimal): -142928 or 11588093. OLE color: 11588093.
HSL color Cylindrical-coordinate representation of color #FDD1B0: hue angle of 25.71º 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 #FDD1B0 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 176 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.01 |
| HSL | 25.71º | 0.95% | 0.84% | - |
| HSV(B) | 25.71º | 0.3% | 0.99% | - |
| XYZ | 71.14 | 69.62 | 50.76 | - |
| YUV | 218.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 176 | 0 | 0.17 | 0.30 | 0.01 | 25.71 | 0.95 | 0.84 |
| Hex | FD | D1 | B0 | 0 | 11 | 1E | 1 | 1A | 5F | 54 |
| Octal | 375 | 321 | 260 | 0 | 21 | 36 | 1 | 32 | 137 | 124 |
| Binary | 11111101 | 11010001 | 10110000 | 0 | 10001 | 11110 | 1 | 11010 | 1011111 | 1010100 |
Color Harmonies of #FDD1B0
Complementary color
Monochromatic Colors of #FDD1B0
Black with #FDD1B0
Text Example
Text Example
White with #FDD1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1B0; }
p { color: rgb(253,209,176); }
H1.HeaderClassName
{
color: #FDD1B0;
}
.AnyTagClassName
{
color: #FDD1B0;
}
</style>
background-color css
<style>
a { background-color: #FDD1B0; }
a { background-color: rgb(253,209,176); }
div.DivClassName
{
background-color: #FDD1B0;
}
.BgClassName
{
background-color: #FDD1B0;
}
</style>
border-color css
<style>
span { border-color: #FDD1B0; }
span { border-color: rgb(253,209,176); }
td.TdClassName
{
border-color: #FDD1B0;
}
.TagClassName
{
border-color: #FDD1B0;
}
</style>