#FEA89B

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

Shades of Rose Bud #FEA89B

Tints of Rose Bud #FEA89B

Color information

#FEA89B (or 0xFEA89B) is unknown color: approx Rose Bud. HEX triplet: FE, A8 and 9B. RGB value is (254,168,155). Sum of RGB (Red+Green+Blue) = 254+168+155=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA89B is #015764. Grayscale: #C0C0C0. Windows color (decimal): -87909 or 10201342. OLE color: 10201342.

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

Color convert

RGB254168155-
CMYK00.340.390.00
HSL7.88º98.02%80.2%-
HSV(B)7.88º38.98%99.61%-
XYZ60.7951.4437.74-
YUV192.23106.99172.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 155 (60.94% from 255) = 26.86%
R=44.02%
G=29.12%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416815500.340.390.007.8898.0280.2
HexFEA89B02227086250
Octal37625023304247010142120
Binary11111110101010001001101101000101001110100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA89B; }

 p { color: rgb(254,168,155); }

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

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

 a { background-color: rgb(254,168,155); }

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

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

 span { border-color: rgb(254,168,155); }

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