Shades of Apricot #FDD0B3
Tints of Apricot #FDD0B3
RGB
CMYK
RGB Variations
Color information
#FDD0B3 (or 0xFDD0B3) is known color: Apricot. HEX triplet: FD, D0 and B3. RGB value is (253,208,179). Sum of RGB (Red+Green+Blue) = 253+208+179=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0B3 is #022F4C. Grayscale: #DADADA. Windows color (decimal): -143181 or 11784445. OLE color: 11784445.
HSL color Cylindrical-coordinate representation of color #FDD0B3: hue angle of 23.51º 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 #FDD0B3 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 179 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.01 |
| HSL | 23.51º | 0.95% | 0.85% | - |
| HSV(B) | 23.51º | 0.29% | 0.99% | - |
| XYZ | 71.2 | 69.25 | 52.26 | - |
| YUV | 218.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 179 | 0 | 0.18 | 0.29 | 0.01 | 23.51 | 0.95 | 0.85 |
| Hex | FD | D0 | B3 | 0 | 12 | 1D | 1 | 18 | 5F | 55 |
| Octal | 375 | 320 | 263 | 0 | 22 | 35 | 1 | 30 | 137 | 125 |
| Binary | 11111101 | 11010000 | 10110011 | 0 | 10010 | 11101 | 1 | 11000 | 1011111 | 1010101 |
Color Harmonies of #FDD0B3
Complementary color
Monochromatic Colors of #FDD0B3
Black with #FDD0B3
Text Example
Text Example
White with #FDD0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0B3; }
p { color: rgb(253,208,179); }
H1.HeaderClassName
{
color: #FDD0B3;
}
.AnyTagClassName
{
color: #FDD0B3;
}
</style>
background-color css
<style>
a { background-color: #FDD0B3; }
a { background-color: rgb(253,208,179); }
div.DivClassName
{
background-color: #FDD0B3;
}
.BgClassName
{
background-color: #FDD0B3;
}
</style>
border-color css
<style>
span { border-color: #FDD0B3; }
span { border-color: rgb(253,208,179); }
td.TdClassName
{
border-color: #FDD0B3;
}
.TagClassName
{
border-color: #FDD0B3;
}
</style>