Html Css Color HEX #FEA5A1 Rose Bud

📋 copy color: '#FEA5A1'

red 254 ◦ green 165 ◦ blue 161

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

Shades of Rose Bud #FEA5A1

Tints of Rose Bud #FEA5A1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.45%

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

R = 43.79%
G = 28.45%
B = 27.76%

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

#FEA5A1 (or 0xFEA5A1) is known color: Rose Bud. HEX triplet: FE, A5 and A1. RGB value is (254,165,161). Sum of RGB (Red+Green+Blue) = 254+165+161=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A1 is #015A5E. Grayscale: #BFBFBF. Windows color (decimal): -88671 or 10593790. OLE color: 10593790.

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

Color convert

RGB 254 165 161 -
CMYK 0 0.35 0.37 0.00
HSL 2.58º 0.98% 0.81% -
HSV(B) 2.58º 0.37% 1% -
XYZ 60.76 50.55 40.27 -
YUV 191.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 254 165 161 0 0.35 0.37 0.00 2.58 0.98 0.81
Hex FE A5 A1 0 23 25 0 3 62 51
Octal 376 245 241 0 43 45 0 3 142 121
Binary 11111110 10100101 10100001 0 100011 100101 0 11 1100010 1010001

Color Harmonies of #FEA5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5A1

Black with #FEA5A1

Text Example


Text Example

White with #FEA5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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