#FEAA95

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

Shades of Rose Bud #FEAA95

Tints of Rose Bud #FEAA95

Color information

#FEAA95 (or 0xFEAA95) is unknown color: approx Rose Bud. HEX triplet: FE, AA and 95. RGB value is (254,170,149). Sum of RGB (Red+Green+Blue) = 254+170+149=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA95 is #01556A. Grayscale: #C0C0C0. Windows color (decimal): -87403 or 9808638. OLE color: 9808638.

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

Color convert

RGB254170149-
CMYK00.330.410.00
HSL12º98.13%79.02%-
HSV(B)12º41.34%99.61%-
XYZ60.6751.9935.27-
YUV192.72103.33171.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=44.33%
G=29.67%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417014900.330.410.001298.1379.02
HexFEAA95021290c624f
Octal37625222504151014142117
Binary11111110101010101001010101000011010010110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA95; }

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

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

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

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

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

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

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

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