#FEAE92

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

Shades of Rose Bud #FEAE92

Tints of Rose Bud #FEAE92

Color information

#FEAE92 (or 0xFEAE92) is unknown color: approx Rose Bud. HEX triplet: FE, AE and 92. RGB value is (254,174,146). Sum of RGB (Red+Green+Blue) = 254+174+146=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE92 is #01516D. Grayscale: #C2C2C2. Windows color (decimal): -86382 or 9613054. OLE color: 9613054.

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

Color convert

RGB254174146-
CMYK00.310.430.00
HSL15.56º98.18%78.43%-
HSV(B)15.56º42.52%99.61%-
XYZ61.253.4234.28-
YUV194.73100.5170.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 146 (57.42% from 255) = 25.44%
R=44.25%
G=30.31%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417414600.310.430.0015.5698.1878.43
HexFEAE9201F2B010624e
Octal37625622203753020142116
Binary11111110101011101001001001111110101101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE92; }

 p { color: rgb(254,174,146); }

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

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

 a { background-color: rgb(254,174,146); }

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

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

 span { border-color: rgb(254,174,146); }

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