#FEAB9A

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

Shades of Rose Bud #FEAB9A

Tints of Rose Bud #FEAB9A

Color information

#FEAB9A (or 0xFEAB9A) is unknown color: approx Rose Bud. HEX triplet: FE, AB and 9A. RGB value is (254,171,154). Sum of RGB (Red+Green+Blue) = 254+171+154=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB9A is #015465. Grayscale: #C2C2C2. Windows color (decimal): -87142 or 10136574. OLE color: 10136574.

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

Color convert

RGB254171154-
CMYK00.330.390.00
HSL10.2º98.04%80%-
HSV(B)10.2º39.37%99.61%-
XYZ61.2752.5337.48-
YUV193.88105.5170.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=43.87%
G=29.53%
B=26.60%

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
Decimal25417115400.330.390.0010.298.0480
HexFEAB9A021270a6250
Octal37625323204147012142120
Binary11111110101010111001101001000011001110101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB9A; }

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

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

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

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

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

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

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

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