Shades of Apricot #FDD4B2
Tints of Apricot #FDD4B2
RGB
CMYK
RGB Variations
Color information
#FDD4B2 (or 0xFDD4B2) is known color: Apricot. HEX triplet: FD, D4 and B2. RGB value is (253,212,178). Sum of RGB (Red+Green+Blue) = 253+212+178=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD4B2 is #022B4D. Grayscale: #DCDCDC. Windows color (decimal): -142158 or 11719933. OLE color: 11719933.
HSL color Cylindrical-coordinate representation of color #FDD4B2: hue angle of 27.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDD4B2 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 178 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.01 |
| HSL | 27.2º | 0.95% | 0.85% | - |
| HSV(B) | 27.2º | 0.3% | 0.99% | - |
| XYZ | 72.09 | 71.18 | 52.06 | - |
| YUV | 220.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 178 | 0 | 0.16 | 0.30 | 0.01 | 27.2 | 0.95 | 0.85 |
| Hex | FD | D4 | B2 | 0 | 10 | 1E | 1 | 1B | 5F | 55 |
| Octal | 375 | 324 | 262 | 0 | 20 | 36 | 1 | 33 | 137 | 125 |
| Binary | 11111101 | 11010100 | 10110010 | 0 | 10000 | 11110 | 1 | 11011 | 1011111 | 1010101 |
Color Harmonies of #FDD4B2
Complementary color
Monochromatic Colors of #FDD4B2
Black with #FDD4B2
Text Example
Text Example
White with #FDD4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4B2; }
p { color: rgb(253,212,178); }
H1.HeaderClassName
{
color: #FDD4B2;
}
.AnyTagClassName
{
color: #FDD4B2;
}
</style>
background-color css
<style>
a { background-color: #FDD4B2; }
a { background-color: rgb(253,212,178); }
div.DivClassName
{
background-color: #FDD4B2;
}
.BgClassName
{
background-color: #FDD4B2;
}
</style>
border-color css
<style>
span { border-color: #FDD4B2; }
span { border-color: rgb(253,212,178); }
td.TdClassName
{
border-color: #FDD4B2;
}
.TagClassName
{
border-color: #FDD4B2;
}
</style>