#FECAB0

Color #FECAB0 Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FECAB0

Tints of Apricot #FECAB0

Color information

#FECAB0 (or 0xFECAB0) is unknown color: approx Apricot. HEX triplet: FE, CA and B0. RGB value is (254,202,176). Sum of RGB (Red+Green+Blue) = 254+202+176=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAB0 is #01354F. Grayscale: #D6D6D6. Windows color (decimal): -79184 or 11586302. OLE color: 11586302.

HSL color Cylindrical-coordinate representation of color #FECAB0: hue angle of 20º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FECAB0 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254202176-
CMYK00.200.310.00
HSL20º97.5%84.31%-
HSV(B)20º30.71%99.61%-
XYZ69.8366.4550.22-
YUV214.58106.23156.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 176 (69.14% from 255) = 27.85%
R=40.19%
G=31.96%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420217600.200.310.002097.584.31
HexFECAB00141F0146254
Octal37631226002437024142124
Binary1111111011001010101100000101001111101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAB0; }

 p { color: rgb(254,202,176); }

 H1.HeaderClassName
 {
   color: #FECAB0;
 }
 .AnyTagClassName
 {
   color: #FECAB0;
 }
</style>
background-color css

<style>
 a { background-color: #FECAB0; }

 a { background-color: rgb(254,202,176); }

 div.DivClassName
 {
   background-color: #FECAB0;
 }
 .BgClassName
 {
   background-color: #FECAB0;
 }
</style>
border-color css

<style>
 span { border-color: #FECAB0; }

 span { border-color: rgb(254,202,176); }

 td.TdClassName
 {
   border-color: #FECAB0;
 }
 .TagClassName
 {
   border-color: #FECAB0;
 }
</style>