Html Css Color HEX #FEA4A0 Rose Bud

📋 copy color: '#FEA4A0'

red 254 ◦ green 164 ◦ blue 160

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

Shades of Rose Bud #FEA4A0

Tints of Rose Bud #FEA4A0

RGB

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

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

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

R = 43.94%
G = 28.37%
B = 27.68%

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

#FEA4A0 (or 0xFEA4A0) is known color: Rose Bud. HEX triplet: FE, A4 and A0. RGB value is (254,164,160). Sum of RGB (Red+Green+Blue) = 254+164+160=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA4A0 is #015B5F. Grayscale: #BEBEBE. Windows color (decimal): -88928 or 10527998. OLE color: 10527998.

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

Color convert

RGB 254 164 160 -
CMYK 0 0.35 0.37 0.00
HSL 2.55º 0.98% 0.81% -
HSV(B) 2.55º 0.37% 1% -
XYZ 60.49 50.16 39.75 -
YUV 190.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 254 164 160 0 0.35 0.37 0.00 2.55 0.98 0.81
Hex FE A4 A0 0 23 25 0 3 62 51
Octal 376 244 240 0 43 45 0 3 142 121
Binary 11111110 10100100 10100000 0 100011 100101 0 11 1100010 1010001

Color Harmonies of #FEA4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4A0

Black with #FEA4A0

Text Example


Text Example

White with #FEA4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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