Shades of Apricot #FECCB7
Tints of Apricot #FECCB7
RGB
CMYK
RGB Variations
Color information
#FECCB7 (or 0xFECCB7) is known color: Apricot. HEX triplet: FE, CC and B7. RGB value is (254,204,183). Sum of RGB (Red+Green+Blue) = 254+204+183=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCB7 is #013348. Grayscale: #D8D8D8. Windows color (decimal): -78665 or 12045566. OLE color: 12045566.
HSL color Cylindrical-coordinate representation of color #FECCB7: hue angle of 17.75º 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 #FECCB7 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 183 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.00 |
| HSL | 17.75º | 0.97% | 0.86% | - |
| HSV(B) | 17.75º | 0.28% | 1% | - |
| XYZ | 71.01 | 67.68 | 54.12 | - |
| YUV | 216.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 183 | 0 | 0.20 | 0.28 | 0.00 | 17.75 | 0.97 | 0.86 |
| Hex | FE | CC | B7 | 0 | 14 | 1C | 0 | 12 | 61 | 56 |
| Octal | 376 | 314 | 267 | 0 | 24 | 34 | 0 | 22 | 141 | 126 |
| Binary | 11111110 | 11001100 | 10110111 | 0 | 10100 | 11100 | 0 | 10010 | 1100001 | 1010110 |
Color Harmonies of #FECCB7
Complementary color
Monochromatic Colors of #FECCB7
Black with #FECCB7
Text Example
Text Example
White with #FECCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB7; }
p { color: rgb(254,204,183); }
H1.HeaderClassName
{
color: #FECCB7;
}
.AnyTagClassName
{
color: #FECCB7;
}
</style>
background-color css
<style>
a { background-color: #FECCB7; }
a { background-color: rgb(254,204,183); }
div.DivClassName
{
background-color: #FECCB7;
}
.BgClassName
{
background-color: #FECCB7;
}
</style>
border-color css
<style>
span { border-color: #FECCB7; }
span { border-color: rgb(254,204,183); }
td.TdClassName
{
border-color: #FECCB7;
}
.TagClassName
{
border-color: #FECCB7;
}
</style>