#FEAA9A

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

Shades of Rose Bud #FEAA9A

Tints of Rose Bud #FEAA9A

Color information

#FEAA9A (or 0xFEAA9A) is unknown color: approx Rose Bud. HEX triplet: FE, AA and 9A. RGB value is (254,170,154). Sum of RGB (Red+Green+Blue) = 254+170+154=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA9A is #015565. Grayscale: #C1C1C1. Windows color (decimal): -87398 or 10136318. OLE color: 10136318.

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

Color convert

RGB254170154-
CMYK00.330.390.00
HSL9.6º98.04%80%-
HSV(B)9.6º39.37%99.61%-
XYZ61.0852.1537.42-
YUV193.29105.83171.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 154 (60.55% from 255) = 26.64%
R=43.94%
G=29.41%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417015400.330.390.009.698.0480
HexFEAA9A021270a6250
Octal37625223204147012142120
Binary11111110101010101001101001000011001110101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA9A; }

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

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

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

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

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

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

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

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