#FEA294

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

Shades of Rose Bud #FEA294

Tints of Rose Bud #FEA294

Color information

#FEA294 (or 0xFEA294) is unknown color: approx Rose Bud. HEX triplet: FE, A2 and 94. RGB value is (254,162,148). Sum of RGB (Red+Green+Blue) = 254+162+148=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA294 is #015D6B. Grayscale: #BCBCBC. Windows color (decimal): -89452 or 9741054. OLE color: 9741054.

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

Color convert

RGB254162148-
CMYK00.360.420.00
HSL7.92º98.15%78.82%-
HSV(B)7.92º41.73%99.61%-
XYZ59.1449.0534.37-
YUV187.91105.48175.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=45.04%
G=28.72%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416214800.360.420.007.9298.1578.82
HexFEA2940242A08624f
Octal37624222404452010142117
Binary11111110101000101001010001001001010100100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA294; }

 p { color: rgb(254,162,148); }

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

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

 a { background-color: rgb(254,162,148); }

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

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

 span { border-color: rgb(254,162,148); }

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