#FECAB2

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

Shades of Apricot #FECAB2

Tints of Apricot #FECAB2

Color information

#FECAB2 (or 0xFECAB2) is unknown color: approx Apricot. HEX triplet: FE, CA and B2. RGB value is (254,202,178). Sum of RGB (Red+Green+Blue) = 254+202+178=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAB2 is #01354D. Grayscale: #D6D6D6. Windows color (decimal): -79182 or 11717374. OLE color: 11717374.

HSL color Cylindrical-coordinate representation of color #FECAB2: hue angle of 18.95º 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 #FECAB2 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254202178-
CMYK00.200.300.00
HSL18.95º97.44%84.71%-
HSV(B)18.95º29.92%99.61%-
XYZ70.0366.5351.27-
YUV214.81107.23155.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 178 (69.92% from 255) = 28.08%
R=40.06%
G=31.86%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420217800.200.300.0018.9597.4484.71
HexFECAB20141E0136155
Octal37631226202436023141125
Binary1111111011001010101100100101001111001001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAB2; }

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

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

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

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

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

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

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

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