#FEA09B

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

Shades of Rose Bud #FEA09B

Tints of Rose Bud #FEA09B

Color information

#FEA09B (or 0xFEA09B) is unknown color: approx Rose Bud. HEX triplet: FE, A0 and 9B. RGB value is (254,160,155). Sum of RGB (Red+Green+Blue) = 254+160+155=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA09B is #015F64. Grayscale: #BBBBBB. Windows color (decimal): -89957 or 10199294. OLE color: 10199294.

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

Color convert

RGB254160155-
CMYK00.370.390.00
HSL3.03º98.02%80.2%-
HSV(B)3.03º38.98%99.61%-
XYZ59.3648.5837.26-
YUV187.54109.64175.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 160 (62.89% from 255) = 28.12%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=44.64%
G=28.12%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416015500.370.390.003.0398.0280.2
HexFEA09B02527036250
Octal3762402330454703142120
Binary111111101010000010011011010010110011101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA09B; }

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

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

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

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

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

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

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

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