Html Css Color HEX #FEA791 Rose Bud

📋 copy color: '#FEA791'

red 254 ◦ green 167 ◦ blue 145

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

Shades of Rose Bud #FEA791

Tints of Rose Bud #FEA791

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.51%

 BLUE value IS 145 (57.03% from 255) = 25.62%

R = 44.88%
G = 29.51%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEA791 (or 0xFEA791) is known color: Rose Bud. HEX triplet: FE, A7 and 91. RGB value is (254,167,145). Sum of RGB (Red+Green+Blue) = 254+167+145=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA791 is #01586E. Grayscale: #BEBEBE. Windows color (decimal): -88175 or 9545726. OLE color: 9545726.

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

Color convert

RGB 254 167 145 -
CMYK 0 0.34 0.43 0.00
HSL 12.11º 0.98% 0.78% -
HSV(B) 12.11º 0.43% 1% -
XYZ 59.8 50.75 33.43 -
YUV 190.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 254 167 145 0 0.34 0.43 0.00 12.11 0.98 0.78
Hex FE A7 91 0 22 2B 0 C 62 4E
Octal 376 247 221 0 42 53 0 14 142 116
Binary 11111110 10100111 10010001 0 100010 101011 0 1100 1100010 1001110

Color Harmonies of #FEA791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA791

Black with #FEA791

Text Example


Text Example

White with #FEA791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA791; }

 p { color: rgb(254,167,145); }

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

background-color css

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

 a { background-color: rgb(254,167,145); }

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

border-color css

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

 span { border-color: rgb(254,167,145); }

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