Html Css Color HEX #FEA195 Rose Bud

📋 copy color: '#FEA195'

red 254 ◦ green 161 ◦ blue 149

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

Shades of Rose Bud #FEA195

Tints of Rose Bud #FEA195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 45.04%
G = 28.55%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEA195 (or 0xFEA195) is known color: Rose Bud. HEX triplet: FE, A1 and 95. RGB value is (254,161,149). Sum of RGB (Red+Green+Blue) = 254+161+149=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA195 is #015E6A. Grayscale: #BBBBBB. Windows color (decimal): -89707 or 9806334. OLE color: 9806334.

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

Color convert

RGB 254 161 149 -
CMYK 0 0.37 0.41 0.00
HSL 6.86º 0.98% 0.79% -
HSV(B) 6.86º 0.41% 1% -
XYZ 59.04 48.73 34.73 -
YUV 187.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 254 161 149 0 0.37 0.41 0.00 6.86 0.98 0.79
Hex FE A1 95 0 25 29 0 7 62 4F
Octal 376 241 225 0 45 51 0 7 142 117
Binary 11111110 10100001 10010101 0 100101 101001 0 111 1100010 1001111

Color Harmonies of #FEA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA195

Black with #FEA195

Text Example


Text Example

White with #FEA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA195; }

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

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

background-color css

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

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

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

border-color css

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

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

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