#FEA79C

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

Shades of Rose Bud #FEA79C

Tints of Rose Bud #FEA79C

Color information

#FEA79C (or 0xFEA79C) is unknown color: approx Rose Bud. HEX triplet: FE, A7 and 9C. RGB value is (254,167,156). Sum of RGB (Red+Green+Blue) = 254+167+156=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA79C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA79C is #015863. Grayscale: #BFBFBF. Windows color (decimal): -88164 or 10266622. OLE color: 10266622.

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

Color convert

RGB254167156-
CMYK00.340.390.00
HSL6.73º98%80.39%-
HSV(B)6.73º38.58%99.61%-
XYZ60.6951.1138.12-
YUV191.76107.82172.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 156 (61.33% from 255) = 27.04%
R=44.02%
G=28.94%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416715600.340.390.006.739880.39
HexFEA79C02227076250
Octal3762472340424707142120
Binary1111111010100111100111000100010100111011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA79C; }

 p { color: rgb(254,167,156); }

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

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

 a { background-color: rgb(254,167,156); }

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

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

 span { border-color: rgb(254,167,156); }

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