#FEAE91

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

Shades of Rose Bud #FEAE91

Tints of Rose Bud #FEAE91

Color information

#FEAE91 (or 0xFEAE91) is unknown color: approx Rose Bud. HEX triplet: FE, AE and 91. RGB value is (254,174,145). Sum of RGB (Red+Green+Blue) = 254+174+145=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE91 is #01516E. Grayscale: #C2C2C2. Windows color (decimal): -86383 or 9547518. OLE color: 9547518.

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

Color convert

RGB254174145-
CMYK00.310.430.00
HSL15.96º98.2%78.24%-
HSV(B)15.96º42.91%99.61%-
XYZ61.1253.3933.87-
YUV194.61100170.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 145 (57.03% from 255) = 25.31%
R=44.33%
G=30.37%
B=25.31%

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
Decimal25417414500.310.430.0015.9698.278.24
HexFEAE9101F2B010624e
Octal37625622103753020142116
Binary11111110101011101001000101111110101101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE91; }

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

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

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

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

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

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

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

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