Html Css Color HEX #FEA3A0 Rose Bud

📋 copy color: '#FEA3A0'

red 254 ◦ green 163 ◦ blue 160

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

Shades of Rose Bud #FEA3A0

Tints of Rose Bud #FEA3A0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.25%

 BLUE value IS 160 (62.89% from 255) = 27.73%

R = 44.02%
G = 28.25%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEA3A0 (or 0xFEA3A0) is known color: Rose Bud. HEX triplet: FE, A3 and A0. RGB value is (254,163,160). Sum of RGB (Red+Green+Blue) = 254+163+160=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA3A0 is #015C5F. Grayscale: #BDBDBD. Windows color (decimal): -89184 or 10527742. OLE color: 10527742.

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

Color convert

RGB 254 163 160 -
CMYK 0 0.36 0.37 0.00
HSL 1.91º 0.98% 0.81% -
HSV(B) 1.91º 0.37% 1% -
XYZ 60.32 49.8 39.69 -
YUV 189.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 254 163 160 0 0.36 0.37 0.00 1.91 0.98 0.81
Hex FE A3 A0 0 24 25 0 2 62 51
Octal 376 243 240 0 44 45 0 2 142 121
Binary 11111110 10100011 10100000 0 100100 100101 0 10 1100010 1010001

Color Harmonies of #FEA3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3A0

Black with #FEA3A0

Text Example


Text Example

White with #FEA3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3A0; }

 p { color: rgb(254,163,160); }

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

background-color css

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

 a { background-color: rgb(254,163,160); }

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

border-color css

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

 span { border-color: rgb(254,163,160); }

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