Shades of Apricot #FDD1B3
Tints of Apricot #FDD1B3
RGB
CMYK
RGB Variations
Color information
#FDD1B3 (or 0xFDD1B3) is known color: Apricot. HEX triplet: FD, D1 and B3. RGB value is (253,209,179). Sum of RGB (Red+Green+Blue) = 253+209+179=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1B3 is #022E4C. Grayscale: #DADADA. Windows color (decimal): -142925 or 11784701. OLE color: 11784701.
HSL color Cylindrical-coordinate representation of color #FDD1B3: hue angle of 24.32º 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 #FDD1B3 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 179 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.01 |
| HSL | 24.32º | 0.95% | 0.85% | - |
| HSV(B) | 24.32º | 0.29% | 0.99% | - |
| XYZ | 71.45 | 69.74 | 52.34 | - |
| YUV | 218.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 179 | 0 | 0.17 | 0.29 | 0.01 | 24.32 | 0.95 | 0.85 |
| Hex | FD | D1 | B3 | 0 | 11 | 1D | 1 | 18 | 5F | 55 |
| Octal | 375 | 321 | 263 | 0 | 21 | 35 | 1 | 30 | 137 | 125 |
| Binary | 11111101 | 11010001 | 10110011 | 0 | 10001 | 11101 | 1 | 11000 | 1011111 | 1010101 |
Color Harmonies of #FDD1B3
Complementary color
Monochromatic Colors of #FDD1B3
Black with #FDD1B3
Text Example
Text Example
White with #FDD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1B3; }
p { color: rgb(253,209,179); }
H1.HeaderClassName
{
color: #FDD1B3;
}
.AnyTagClassName
{
color: #FDD1B3;
}
</style>
background-color css
<style>
a { background-color: #FDD1B3; }
a { background-color: rgb(253,209,179); }
div.DivClassName
{
background-color: #FDD1B3;
}
.BgClassName
{
background-color: #FDD1B3;
}
</style>
border-color css
<style>
span { border-color: #FDD1B3; }
span { border-color: rgb(253,209,179); }
td.TdClassName
{
border-color: #FDD1B3;
}
.TagClassName
{
border-color: #FDD1B3;
}
</style>