#FEA896

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

Shades of Rose Bud #FEA896

Tints of Rose Bud #FEA896

Color information

#FEA896 (or 0xFEA896) is unknown color: approx Rose Bud. HEX triplet: FE, A8 and 96. RGB value is (254,168,150). Sum of RGB (Red+Green+Blue) = 254+168+150=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA896 is #015769. Grayscale: #BFBFBF. Windows color (decimal): -87914 or 9873662. OLE color: 9873662.

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

Color convert

RGB254168150-
CMYK00.340.410.00
HSL10.38º98.11%79.22%-
HSV(B)10.38º40.94%99.61%-
XYZ60.3851.2835.57-
YUV191.66104.49172.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=44.41%
G=29.37%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416815000.340.410.0010.3898.1179.22
HexFEA896022290a624f
Octal37625022604251012142117
Binary11111110101010001001011001000101010010101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA896; }

 p { color: rgb(254,168,150); }

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

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

 a { background-color: rgb(254,168,150); }

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

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

 span { border-color: rgb(254,168,150); }

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