Html Css Color HEX #FEA193 Rose Bud

📋 copy color: '#FEA193'

red 254 ◦ green 161 ◦ blue 147

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

Shades of Rose Bud #FEA193

Tints of Rose Bud #FEA193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.65%

 BLUE value IS 147 (57.81% from 255) = 26.16%

R = 45.2%
G = 28.65%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEA193 (or 0xFEA193) is known color: Rose Bud. HEX triplet: FE, A1 and 93. RGB value is (254,161,147). Sum of RGB (Red+Green+Blue) = 254+161+147=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA193 is #015E6C. Grayscale: #BBBBBB. Windows color (decimal): -89709 or 9675262. OLE color: 9675262.

HSL color Cylindrical-coordinate representation of color #FEA193: hue angle of 7.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEA193 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 161 147 -
CMYK 0 0.37 0.42 0.00
HSL 7.85º 0.98% 0.79% -
HSV(B) 7.85º 0.42% 1% -
XYZ 58.88 48.67 33.89 -
YUV 187.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 254 161 147 0 0.37 0.42 0.00 7.85 0.98 0.79
Hex FE A1 93 0 25 2A 0 8 62 4F
Octal 376 241 223 0 45 52 0 10 142 117
Binary 11111110 10100001 10010011 0 100101 101010 0 1000 1100010 1001111

Color Harmonies of #FEA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA193

Black with #FEA193

Text Example


Text Example

White with #FEA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA193; }

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

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

background-color css

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

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

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

border-color css

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

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

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