#FEAB9F

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

Shades of Rose Bud #FEAB9F

Tints of Rose Bud #FEAB9F

Color information

#FEAB9F (or 0xFEAB9F) is unknown color: approx Rose Bud. HEX triplet: FE, AB and 9F. RGB value is (254,171,159). Sum of RGB (Red+Green+Blue) = 254+171+159=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB9F is #015460. Grayscale: #C2C2C2. Windows color (decimal): -87137 or 10464254. OLE color: 10464254.

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

Color convert

RGB254171159-
CMYK00.330.370.00
HSL7.58º97.94%80.98%-
HSV(B)7.58º37.4%99.61%-
XYZ61.6952.739.72-
YUV194.45108170.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=43.49%
G=29.28%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417115900.330.370.007.5897.9480.98
HexFEAB9F02125086251
Octal37625323704145010142121
Binary11111110101010111001111101000011001010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB9F; }

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

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

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

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

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

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

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

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