Html Css Color HEX #FEA49A Rose Bud

📋 copy color: '#FEA49A'

red 254 ◦ green 164 ◦ blue 154

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

Shades of Rose Bud #FEA49A

Tints of Rose Bud #FEA49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.67%

 BLUE value IS 154 (60.55% from 255) = 26.92%

R = 44.41%
G = 28.67%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEA49A (or 0xFEA49A) is known color: Rose Bud. HEX triplet: FE, A4 and 9A. RGB value is (254,164,154). Sum of RGB (Red+Green+Blue) = 254+164+154=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA49A is #015B65. Grayscale: #BDBDBD. Windows color (decimal): -88934 or 10134782. OLE color: 10134782.

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

Color convert

RGB 254 164 154 -
CMYK 0 0.35 0.39 0.00
HSL 0.98% 0.8% -
HSV(B) 0.39% 1% -
XYZ 59.98 49.95 37.05 -
YUV 189.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 254 164 154 0 0.35 0.39 0.00 6 0.98 0.8
Hex FE A4 9A 0 23 27 0 6 62 50
Octal 376 244 232 0 43 47 0 6 142 120
Binary 11111110 10100100 10011010 0 100011 100111 0 110 1100010 1010000

Color Harmonies of #FEA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA49A

Black with #FEA49A

Text Example


Text Example

White with #FEA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA49A; }

 p { color: rgb(254,164,154); }

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

background-color css

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

 a { background-color: rgb(254,164,154); }

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

border-color css

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

 span { border-color: rgb(254,164,154); }

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