Html Css Color HEX #FEA29F Rose Bud

📋 copy color: '#FEA29F'

red 254 ◦ green 162 ◦ blue 159

#FEA29F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FEA29F

Tints of Rose Bud #FEA29F

RGB

 RED value IS 254 (99.61% from 255) = 44.17%

 GREEN value IS 162 (63.67% from 255) = 28.17%

 BLUE value IS 159 (62.5% from 255) = 27.65%

R = 44.17%
G = 28.17%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEA29F (or 0xFEA29F) is known color: Rose Bud. HEX triplet: FE, A2 and 9F. RGB value is (254,162,159). Sum of RGB (Red+Green+Blue) = 254+162+159=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA29F is #015D60. Grayscale: #BDBDBD. Windows color (decimal): -89441 or 10461950. OLE color: 10461950.

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

Color convert

RGB 254 162 159 -
CMYK 0 0.36 0.37 0.00
HSL 1.89º 0.98% 0.81% -
HSV(B) 1.89º 0.37% 1% -
XYZ 60.05 49.41 39.17 -
YUV 189.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 254 162 159 0 0.36 0.37 0.00 1.89 0.98 0.81
Hex FE A2 9F 0 24 25 0 2 62 51
Octal 376 242 237 0 44 45 0 2 142 121
Binary 11111110 10100010 10011111 0 100100 100101 0 10 1100010 1010001

Color Harmonies of #FEA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA29F

Black with #FEA29F

Text Example


Text Example

White with #FEA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA29F; }

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

 H1.HeaderClassName
 {
   color: #FEA29F;
 }
 .AnyTagClassName
 {
   color: #FEA29F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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