#FEA29B

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

Shades of Rose Bud #FEA29B

Tints of Rose Bud #FEA29B

Color information

#FEA29B (or 0xFEA29B) is unknown color: approx Rose Bud. HEX triplet: FE, A2 and 9B. RGB value is (254,162,155). Sum of RGB (Red+Green+Blue) = 254+162+155=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA29B is #015D64. Grayscale: #BCBCBC. Windows color (decimal): -89445 or 10199806. OLE color: 10199806.

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

Color convert

RGB254162155-
CMYK00.360.390.00
HSL4.24º98.02%80.2%-
HSV(B)4.24º38.98%99.61%-
XYZ59.7149.2837.37-
YUV188.71108.98174.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 162 (63.67% from 255) = 28.37%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=44.48%
G=28.37%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416215500.360.390.004.2498.0280.2
HexFEA29B02427046250
Octal3762422330444704142120
Binary1111111010100010100110110100100100111010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA29B; }

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

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

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

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

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

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

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

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