Html Css Color HEX #FEA49C Rose Bud

📋 copy color: '#FEA49C'

red 254 ◦ green 164 ◦ blue 156

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

Shades of Rose Bud #FEA49C

Tints of Rose Bud #FEA49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.18%

R = 44.25%
G = 28.57%
B = 27.18%

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

#FEA49C (or 0xFEA49C) is known color: Rose Bud. HEX triplet: FE, A4 and 9C. RGB value is (254,164,156). Sum of RGB (Red+Green+Blue) = 254+164+156=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA49C is #015B63. Grayscale: #BEBEBE. Windows color (decimal): -88932 or 10265854. OLE color: 10265854.

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

Color convert

RGB 254 164 156 -
CMYK 0 0.35 0.39 0.00
HSL 4.9º 0.98% 0.8% -
HSV(B) 4.9º 0.39% 1% -
XYZ 60.15 50.02 37.94 -
YUV 190 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 254 164 156 0 0.35 0.39 0.00 4.9 0.98 0.8
Hex FE A4 9C 0 23 27 0 5 62 50
Octal 376 244 234 0 43 47 0 5 142 120
Binary 11111110 10100100 10011100 0 100011 100111 0 101 1100010 1010000

Color Harmonies of #FEA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA49C

Black with #FEA49C

Text Example


Text Example

White with #FEA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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