Shades of Apricot #FECDB5
Tints of Apricot #FECDB5
RGB
CMYK
RGB Variations
Color information
#FECDB5 (or 0xFECDB5) is known color: Apricot. HEX triplet: FE, CD and B5. RGB value is (254,205,181). Sum of RGB (Red+Green+Blue) = 254+205+181=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDB5 is #01324A. Grayscale: #D9D9D9. Windows color (decimal): -78411 or 11914750. OLE color: 11914750.
HSL color Cylindrical-coordinate representation of color #FECDB5: hue angle of 19.73º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FECDB5 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 181 | - |
CMYK | 0 | 0.19 | 0.29 | 0.00 |
HSL | 19.73º | 0.97% | 0.85% | - |
HSV(B) | 19.73º | 0.29% | 1% | - |
XYZ | 71.04 | 68.07 | 53.11 | - |
YUV | 216.92 | 107.73 | 154.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 181 | 0 | 0.19 | 0.29 | 0.00 | 19.73 | 0.97 | 0.85 |
Hex | FE | CD | B5 | 0 | 13 | 1D | 0 | 14 | 61 | 55 |
Octal | 376 | 315 | 265 | 0 | 23 | 35 | 0 | 24 | 141 | 125 |
Binary | 11111110 | 11001101 | 10110101 | 0 | 10011 | 11101 | 0 | 10100 | 1100001 | 1010101 |
Color Harmonies of #FECDB5
Complementary color
Monochromatic Colors of #FECDB5
Black with #FECDB5
Text Example
Text Example
White with #FECDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDB5; }
p { color: rgb(254,205,181); }
H1.HeaderClassName
{
color: #FECDB5;
}
.AnyTagClassName
{
color: #FECDB5;
}
</style>
background-color css
<style>
a { background-color: #FECDB5; }
a { background-color: rgb(254,205,181); }
div.DivClassName
{
background-color: #FECDB5;
}
.BgClassName
{
background-color: #FECDB5;
}
</style>
border-color css
<style>
span { border-color: #FECDB5; }
span { border-color: rgb(254,205,181); }
td.TdClassName
{
border-color: #FECDB5;
}
.TagClassName
{
border-color: #FECDB5;
}
</style>