Shades of Apricot #FED3B7
Tints of Apricot #FED3B7
RGB
CMYK
RGB Variations
Color information
#FED3B7 (or 0xFED3B7) is known color: Apricot. HEX triplet: FE, D3 and B7. RGB value is (254,211,183). Sum of RGB (Red+Green+Blue) = 254+211+183=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 183 (71.88% from 255 or 28.24% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3B7 is #012C48. Grayscale: #DCDCDC. Windows color (decimal): -76873 or 12047358. OLE color: 12047358.
HSL color Cylindrical-coordinate representation of color #FED3B7: hue angle of 23.66º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FED3B7 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 211 | 183 | - |
CMYK | 0 | 0.17 | 0.28 | 0.00 |
HSL | 23.66º | 0.97% | 0.86% | - |
HSV(B) | 23.66º | 0.28% | 1% | - |
XYZ | 72.71 | 71.08 | 54.69 | - |
YUV | 220.67 | 106.75 | 151.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 211 | 183 | 0 | 0.17 | 0.28 | 0.00 | 23.66 | 0.97 | 0.86 |
Hex | FE | D3 | B7 | 0 | 11 | 1C | 0 | 18 | 61 | 56 |
Octal | 376 | 323 | 267 | 0 | 21 | 34 | 0 | 30 | 141 | 126 |
Binary | 11111110 | 11010011 | 10110111 | 0 | 10001 | 11100 | 0 | 11000 | 1100001 | 1010110 |
Color Harmonies of #FED3B7
Complementary color
Monochromatic Colors of #FED3B7
Black with #FED3B7
Text Example
Text Example
White with #FED3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3B7; }
p { color: rgb(254,211,183); }
H1.HeaderClassName
{
color: #FED3B7;
}
.AnyTagClassName
{
color: #FED3B7;
}
</style>
background-color css
<style>
a { background-color: #FED3B7; }
a { background-color: rgb(254,211,183); }
div.DivClassName
{
background-color: #FED3B7;
}
.BgClassName
{
background-color: #FED3B7;
}
</style>
border-color css
<style>
span { border-color: #FED3B7; }
span { border-color: rgb(254,211,183); }
td.TdClassName
{
border-color: #FED3B7;
}
.TagClassName
{
border-color: #FED3B7;
}
</style>