Shades of Apricot #FDD0B7
Tints of Apricot #FDD0B7
RGB
CMYK
RGB Variations
Color information
#FDD0B7 (or 0xFDD0B7) is known color: Apricot. HEX triplet: FD, D0 and B7. RGB value is (253,208,183). Sum of RGB (Red+Green+Blue) = 253+208+183=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0B7 is #022F48. Grayscale: #DADADA. Windows color (decimal): -143177 or 12046589. OLE color: 12046589.
HSL color Cylindrical-coordinate representation of color #FDD0B7: hue angle of 21.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDD0B7 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 183 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.01 |
| HSL | 21.43º | 0.95% | 0.85% | - |
| HSV(B) | 21.43º | 0.28% | 0.99% | - |
| XYZ | 71.61 | 69.41 | 54.42 | - |
| YUV | 218.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 183 | 0 | 0.18 | 0.28 | 0.01 | 21.43 | 0.95 | 0.85 |
| Hex | FD | D0 | B7 | 0 | 12 | 1C | 1 | 15 | 5F | 55 |
| Octal | 375 | 320 | 267 | 0 | 22 | 34 | 1 | 25 | 137 | 125 |
| Binary | 11111101 | 11010000 | 10110111 | 0 | 10010 | 11100 | 1 | 10101 | 1011111 | 1010101 |
Color Harmonies of #FDD0B7
Complementary color
Monochromatic Colors of #FDD0B7
Black with #FDD0B7
Text Example
Text Example
White with #FDD0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0B7; }
p { color: rgb(253,208,183); }
H1.HeaderClassName
{
color: #FDD0B7;
}
.AnyTagClassName
{
color: #FDD0B7;
}
</style>
background-color css
<style>
a { background-color: #FDD0B7; }
a { background-color: rgb(253,208,183); }
div.DivClassName
{
background-color: #FDD0B7;
}
.BgClassName
{
background-color: #FDD0B7;
}
</style>
border-color css
<style>
span { border-color: #FDD0B7; }
span { border-color: rgb(253,208,183); }
td.TdClassName
{
border-color: #FDD0B7;
}
.TagClassName
{
border-color: #FDD0B7;
}
</style>