Shades of Apricot #FECCB3
Tints of Apricot #FECCB3
RGB
CMYK
RGB Variations
Color information
#FECCB3 (or 0xFECCB3) is known color: Apricot. HEX triplet: FE, CC and B3. RGB value is (254,204,179). Sum of RGB (Red+Green+Blue) = 254+204+179=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCB3 is #01334C. Grayscale: #D8D8D8. Windows color (decimal): -78669 or 11783422. OLE color: 11783422.
HSL color Cylindrical-coordinate representation of color #FECCB3: hue angle of 20º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FECCB3 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 179 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.00 |
| HSL | 20º | 0.97% | 0.85% | - |
| HSV(B) | 20º | 0.3% | 1% | - |
| XYZ | 70.6 | 67.51 | 51.96 | - |
| YUV | 216.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 179 | 0 | 0.20 | 0.30 | 0.00 | 20 | 0.97 | 0.85 |
| Hex | FE | CC | B3 | 0 | 14 | 1E | 0 | 14 | 61 | 55 |
| Octal | 376 | 314 | 263 | 0 | 24 | 36 | 0 | 24 | 141 | 125 |
| Binary | 11111110 | 11001100 | 10110011 | 0 | 10100 | 11110 | 0 | 10100 | 1100001 | 1010101 |
Color Harmonies of #FECCB3
Complementary color
Monochromatic Colors of #FECCB3
Black with #FECCB3
Text Example
Text Example
White with #FECCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB3; }
p { color: rgb(254,204,179); }
H1.HeaderClassName
{
color: #FECCB3;
}
.AnyTagClassName
{
color: #FECCB3;
}
</style>
background-color css
<style>
a { background-color: #FECCB3; }
a { background-color: rgb(254,204,179); }
div.DivClassName
{
background-color: #FECCB3;
}
.BgClassName
{
background-color: #FECCB3;
}
</style>
border-color css
<style>
span { border-color: #FECCB3; }
span { border-color: rgb(254,204,179); }
td.TdClassName
{
border-color: #FECCB3;
}
.TagClassName
{
border-color: #FECCB3;
}
</style>