Html Css Color HEX #FEA49D Rose Bud

📋 copy color: '#FEA49D'

red 254 ◦ green 164 ◦ blue 157

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

Shades of Rose Bud #FEA49D

Tints of Rose Bud #FEA49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 44.17%
G = 28.52%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEA49D (or 0xFEA49D) is known color: Rose Bud. HEX triplet: FE, A4 and 9D. RGB value is (254,164,157). Sum of RGB (Red+Green+Blue) = 254+164+157=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA49D is #015B62. Grayscale: #BEBEBE. Windows color (decimal): -88931 or 10331390. OLE color: 10331390.

HSL color Cylindrical-coordinate representation of color #FEA49D: hue angle of 4.33º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEA49D is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 157 -
CMYK 0 0.35 0.38 0.00
HSL 4.33º 0.98% 0.81% -
HSV(B) 4.33º 0.38% 1% -
XYZ 60.23 50.06 38.39 -
YUV 190.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 254 164 157 0 0.35 0.38 0.00 4.33 0.98 0.81
Hex FE A4 9D 0 23 26 0 4 62 51
Octal 376 244 235 0 43 46 0 4 142 121
Binary 11111110 10100100 10011101 0 100011 100110 0 100 1100010 1010001

Color Harmonies of #FEA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA49D

Black with #FEA49D

Text Example


Text Example

White with #FEA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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