Shades of Apricot #FECCB4
Tints of Apricot #FECCB4
RGB
CMYK
RGB Variations
Color information
#FECCB4 (or 0xFECCB4) is known color: Apricot. HEX triplet: FE, CC and B4. RGB value is (254,204,180). Sum of RGB (Red+Green+Blue) = 254+204+180=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCB4 is #01334B. Grayscale: #D8D8D8. Windows color (decimal): -78668 or 11848958. OLE color: 11848958.
HSL color Cylindrical-coordinate representation of color #FECCB4: hue angle of 19.46º 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 #FECCB4 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 180 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.00 |
| HSL | 19.46º | 0.97% | 0.85% | - |
| HSV(B) | 19.46º | 0.29% | 1% | - |
| XYZ | 70.7 | 67.55 | 52.49 | - |
| YUV | 216.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 180 | 0 | 0.20 | 0.29 | 0.00 | 19.46 | 0.97 | 0.85 |
| Hex | FE | CC | B4 | 0 | 14 | 1D | 0 | 13 | 61 | 55 |
| Octal | 376 | 314 | 264 | 0 | 24 | 35 | 0 | 23 | 141 | 125 |
| Binary | 11111110 | 11001100 | 10110100 | 0 | 10100 | 11101 | 0 | 10011 | 1100001 | 1010101 |
Color Harmonies of #FECCB4
Complementary color
Monochromatic Colors of #FECCB4
Black with #FECCB4
Text Example
Text Example
White with #FECCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB4; }
p { color: rgb(254,204,180); }
H1.HeaderClassName
{
color: #FECCB4;
}
.AnyTagClassName
{
color: #FECCB4;
}
</style>
background-color css
<style>
a { background-color: #FECCB4; }
a { background-color: rgb(254,204,180); }
div.DivClassName
{
background-color: #FECCB4;
}
.BgClassName
{
background-color: #FECCB4;
}
</style>
border-color css
<style>
span { border-color: #FECCB4; }
span { border-color: rgb(254,204,180); }
td.TdClassName
{
border-color: #FECCB4;
}
.TagClassName
{
border-color: #FECCB4;
}
</style>