Shades of Apricot #FECEAF
Tints of Apricot #FECEAF
RGB
CMYK
RGB Variations
Color information
#FECEAF (or 0xFECEAF) is known color: Apricot. HEX triplet: FE, CE and AF. RGB value is (254,206,175). Sum of RGB (Red+Green+Blue) = 254+206+175=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAF is #013150. Grayscale: #D8D8D8. Windows color (decimal): -78161 or 11521790. OLE color: 11521790.
HSL color Cylindrical-coordinate representation of color #FECEAF: hue angle of 23.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FECEAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 175 | - |
CMYK | 0 | 0.19 | 0.31 | 0.00 |
HSL | 23.54º | 0.98% | 0.84% | - |
HSV(B) | 23.54º | 0.31% | 1% | - |
XYZ | 70.68 | 68.31 | 50.02 | - |
YUV | 216.82 | 104.4 | 154.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 175 | 0 | 0.19 | 0.31 | 0.00 | 23.54 | 0.98 | 0.84 |
Hex | FE | CE | AF | 0 | 13 | 1F | 0 | 18 | 62 | 54 |
Octal | 376 | 316 | 257 | 0 | 23 | 37 | 0 | 30 | 142 | 124 |
Binary | 11111110 | 11001110 | 10101111 | 0 | 10011 | 11111 | 0 | 11000 | 1100010 | 1010100 |
Color Harmonies of #FECEAF
Complementary color
Monochromatic Colors of #FECEAF
Black with #FECEAF
Text Example
Text Example
White with #FECEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEAF; }
p { color: rgb(254,206,175); }
H1.HeaderClassName
{
color: #FECEAF;
}
.AnyTagClassName
{
color: #FECEAF;
}
</style>
background-color css
<style>
a { background-color: #FECEAF; }
a { background-color: rgb(254,206,175); }
div.DivClassName
{
background-color: #FECEAF;
}
.BgClassName
{
background-color: #FECEAF;
}
</style>
border-color css
<style>
span { border-color: #FECEAF; }
span { border-color: rgb(254,206,175); }
td.TdClassName
{
border-color: #FECEAF;
}
.TagClassName
{
border-color: #FECEAF;
}
</style>