#FEA397

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

Shades of Rose Bud #FEA397

Tints of Rose Bud #FEA397

Color information

#FEA397 (or 0xFEA397) is unknown color: approx Rose Bud. HEX triplet: FE, A3 and 97. RGB value is (254,163,151). Sum of RGB (Red+Green+Blue) = 254+163+151=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA397 is #015C68. Grayscale: #BCBCBC. Windows color (decimal): -89193 or 9937918. OLE color: 9937918.

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

Color convert

RGB254163151-
CMYK00.360.410.00
HSL6.99º98.1%79.41%-
HSV(B)6.99º40.55%99.61%-
XYZ59.5649.535.69-
YUV188.84106.65174.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 163 (64.06% from 255) = 28.70%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=44.72%
G=28.70%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416315100.360.410.006.9998.179.41
HexFEA3970242907624f
Octal3762432270445107142117
Binary1111111010100011100101110100100101001011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA397; }

 p { color: rgb(254,163,151); }

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

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

 a { background-color: rgb(254,163,151); }

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

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

 span { border-color: rgb(254,163,151); }

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