Shades of Apricot #FDD1B1
Tints of Apricot #FDD1B1
RGB
CMYK
RGB Variations
Color information
#FDD1B1 (or 0xFDD1B1) is known color: Apricot. HEX triplet: FD, D1 and B1. RGB value is (253,209,177). Sum of RGB (Red+Green+Blue) = 253+209+177=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD1B1 is #022E4E. Grayscale: #DADADA. Windows color (decimal): -142927 or 11653629. OLE color: 11653629.
HSL color Cylindrical-coordinate representation of color #FDD1B1: hue angle of 25.26º 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 #FDD1B1 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 177 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.01 |
| HSL | 25.26º | 0.95% | 0.84% | - |
| HSV(B) | 25.26º | 0.3% | 0.99% | - |
| XYZ | 71.24 | 69.66 | 51.29 | - |
| YUV | 218.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 177 | 0 | 0.17 | 0.30 | 0.01 | 25.26 | 0.95 | 0.84 |
| Hex | FD | D1 | B1 | 0 | 11 | 1E | 1 | 19 | 5F | 54 |
| Octal | 375 | 321 | 261 | 0 | 21 | 36 | 1 | 31 | 137 | 124 |
| Binary | 11111101 | 11010001 | 10110001 | 0 | 10001 | 11110 | 1 | 11001 | 1011111 | 1010100 |
Color Harmonies of #FDD1B1
Complementary color
Monochromatic Colors of #FDD1B1
Black with #FDD1B1
Text Example
Text Example
White with #FDD1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1B1; }
p { color: rgb(253,209,177); }
H1.HeaderClassName
{
color: #FDD1B1;
}
.AnyTagClassName
{
color: #FDD1B1;
}
</style>
background-color css
<style>
a { background-color: #FDD1B1; }
a { background-color: rgb(253,209,177); }
div.DivClassName
{
background-color: #FDD1B1;
}
.BgClassName
{
background-color: #FDD1B1;
}
</style>
border-color css
<style>
span { border-color: #FDD1B1; }
span { border-color: rgb(253,209,177); }
td.TdClassName
{
border-color: #FDD1B1;
}
.TagClassName
{
border-color: #FDD1B1;
}
</style>