Shades of Apricot #FECCB5
Tints of Apricot #FECCB5
RGB
CMYK
RGB Variations
Color information
#FECCB5 (or 0xFECCB5) is known color: Apricot. HEX triplet: FE, CC and B5. RGB value is (254,204,181). Sum of RGB (Red+Green+Blue) = 254+204+181=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCB5 is #01334A. Grayscale: #D8D8D8. Windows color (decimal): -78667 or 11914494. OLE color: 11914494.
HSL color Cylindrical-coordinate representation of color #FECCB5: hue angle of 18.9º 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 #FECCB5 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 181 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.00 |
| HSL | 18.9º | 0.97% | 0.85% | - |
| HSV(B) | 18.9º | 0.29% | 1% | - |
| XYZ | 70.81 | 67.59 | 53.03 | - |
| YUV | 216.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 181 | 0 | 0.20 | 0.29 | 0.00 | 18.9 | 0.97 | 0.85 |
| Hex | FE | CC | B5 | 0 | 14 | 1D | 0 | 13 | 61 | 55 |
| Octal | 376 | 314 | 265 | 0 | 24 | 35 | 0 | 23 | 141 | 125 |
| Binary | 11111110 | 11001100 | 10110101 | 0 | 10100 | 11101 | 0 | 10011 | 1100001 | 1010101 |
Color Harmonies of #FECCB5
Complementary color
Monochromatic Colors of #FECCB5
Black with #FECCB5
Text Example
Text Example
White with #FECCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB5; }
p { color: rgb(254,204,181); }
H1.HeaderClassName
{
color: #FECCB5;
}
.AnyTagClassName
{
color: #FECCB5;
}
</style>
background-color css
<style>
a { background-color: #FECCB5; }
a { background-color: rgb(254,204,181); }
div.DivClassName
{
background-color: #FECCB5;
}
.BgClassName
{
background-color: #FECCB5;
}
</style>
border-color css
<style>
span { border-color: #FECCB5; }
span { border-color: rgb(254,204,181); }
td.TdClassName
{
border-color: #FECCB5;
}
.TagClassName
{
border-color: #FECCB5;
}
</style>