#FEA991

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

Shades of Rose Bud #FEA991

Tints of Rose Bud #FEA991

Color information

#FEA991 (or 0xFEA991) is unknown color: approx Rose Bud. HEX triplet: FE, A9 and 91. RGB value is (254,169,145). Sum of RGB (Red+Green+Blue) = 254+169+145=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA991 is #01566E. Grayscale: #BFBFBF. Windows color (decimal): -87663 or 9546238. OLE color: 9546238.

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

Color convert

RGB254169145-
CMYK00.330.430.00
HSL13.21º98.2%78.24%-
HSV(B)13.21º42.91%99.61%-
XYZ60.1751.4933.56-
YUV191.68101.66172.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 145 (57.03% from 255) = 25.53%
R=44.72%
G=29.75%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416914500.330.430.0013.2198.278.24
HexFEA9910212B0d624e
Octal37625122104153015142116
Binary11111110101010011001000101000011010110110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA991; }

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

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

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

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

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

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

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

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