Html Css Color HEX #FEA4A1 Rose Bud

📋 copy color: '#FEA4A1'

red 254 ◦ green 164 ◦ blue 161

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

Shades of Rose Bud #FEA4A1

Tints of Rose Bud #FEA4A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.81%

R = 43.87%
G = 28.32%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEA4A1 (or 0xFEA4A1) is known color: Rose Bud. HEX triplet: FE, A4 and A1. RGB value is (254,164,161). Sum of RGB (Red+Green+Blue) = 254+164+161=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA4A1 is #015B5E. Grayscale: #BEBEBE. Windows color (decimal): -88927 or 10593534. OLE color: 10593534.

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

Color convert

RGB 254 164 161 -
CMYK 0 0.35 0.37 0.00
HSL 1.94º 0.98% 0.81% -
HSV(B) 1.94º 0.37% 1% -
XYZ 60.58 50.19 40.21 -
YUV 190.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 254 164 161 0 0.35 0.37 0.00 1.94 0.98 0.81
Hex FE A4 A1 0 23 25 0 2 62 51
Octal 376 244 241 0 43 45 0 2 142 121
Binary 11111110 10100100 10100001 0 100011 100101 0 10 1100010 1010001

Color Harmonies of #FEA4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4A1

Black with #FEA4A1

Text Example


Text Example

White with #FEA4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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