#FEC7B0

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

Shades of Apricot #FEC7B0

Tints of Apricot #FEC7B0

Color information

#FEC7B0 (or 0xFEC7B0) is unknown color: approx Apricot. HEX triplet: FE, C7 and B0. RGB value is (254,199,176). Sum of RGB (Red+Green+Blue) = 254+199+176=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7B0 is #01384F. Grayscale: #D4D4D4. Windows color (decimal): -79952 or 11585534. OLE color: 11585534.

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

Color convert

RGB254199176-
CMYK00.220.310.00
HSL17.69º97.5%84.31%-
HSV(B)17.69º30.71%99.61%-
XYZ69.1365.0549.99-
YUV212.82107.22157.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 199 (78.12% from 255) = 31.64%
BLUE value IS 176 (69.14% from 255) = 27.98%
R=40.38%
G=31.64%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419917600.220.310.0017.6997.584.31
HexFEC7B00161F0126254
Octal37630726002637022142124
Binary1111111011000111101100000101101111101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7B0; }

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

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

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

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

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

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

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

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