Shades of Apricot #FECCB2
Tints of Apricot #FECCB2
RGB
CMYK
RGB Variations
Color information
#FECCB2 (or 0xFECCB2) is known color: Apricot. HEX triplet: FE, CC and B2. RGB value is (254,204,178). Sum of RGB (Red+Green+Blue) = 254+204+178=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCB2 is #01334D. Grayscale: #D8D8D8. Windows color (decimal): -78670 or 11717886. OLE color: 11717886.
HSL color Cylindrical-coordinate representation of color #FECCB2: hue angle of 20.53º 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 #FECCB2 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 178 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.00 |
| HSL | 20.53º | 0.97% | 0.85% | - |
| HSV(B) | 20.53º | 0.3% | 1% | - |
| XYZ | 70.5 | 67.47 | 51.43 | - |
| YUV | 215.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 178 | 0 | 0.20 | 0.30 | 0.00 | 20.53 | 0.97 | 0.85 |
| Hex | FE | CC | B2 | 0 | 14 | 1E | 0 | 15 | 61 | 55 |
| Octal | 376 | 314 | 262 | 0 | 24 | 36 | 0 | 25 | 141 | 125 |
| Binary | 11111110 | 11001100 | 10110010 | 0 | 10100 | 11110 | 0 | 10101 | 1100001 | 1010101 |
Color Harmonies of #FECCB2
Complementary color
Monochromatic Colors of #FECCB2
Black with #FECCB2
Text Example
Text Example
White with #FECCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCB2; }
p { color: rgb(254,204,178); }
H1.HeaderClassName
{
color: #FECCB2;
}
.AnyTagClassName
{
color: #FECCB2;
}
</style>
background-color css
<style>
a { background-color: #FECCB2; }
a { background-color: rgb(254,204,178); }
div.DivClassName
{
background-color: #FECCB2;
}
.BgClassName
{
background-color: #FECCB2;
}
</style>
border-color css
<style>
span { border-color: #FECCB2; }
span { border-color: rgb(254,204,178); }
td.TdClassName
{
border-color: #FECCB2;
}
.TagClassName
{
border-color: #FECCB2;
}
</style>