#FEA395

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

Shades of Rose Bud #FEA395

Tints of Rose Bud #FEA395

Color information

#FEA395 (or 0xFEA395) is unknown color: approx Rose Bud. HEX triplet: FE, A3 and 95. RGB value is (254,163,149). Sum of RGB (Red+Green+Blue) = 254+163+149=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA395 is #015C6A. Grayscale: #BCBCBC. Windows color (decimal): -89195 or 9806846. OLE color: 9806846.

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

Color convert

RGB254163149-
CMYK00.360.410.00
HSL98.13%79.02%-
HSV(B)41.34%99.61%-
XYZ59.449.4434.85-
YUV188.61105.65174.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 163 (64.06% from 255) = 28.80%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=44.88%
G=28.80%
B=26.33%

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
Decimal25416314900.360.410.00898.1379.02
HexFEA3950242908624f
Octal37624322504451010142117
Binary11111110101000111001010101001001010010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA395; }

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

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

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

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

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

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

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

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