Html Css Color HEX #FEA794 Rose Bud

📋 copy color: '#FEA794'

red 254 ◦ green 167 ◦ blue 148

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

Shades of Rose Bud #FEA794

Tints of Rose Bud #FEA794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.01%

R = 44.64%
G = 29.35%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEA794 (or 0xFEA794) is known color: Rose Bud. HEX triplet: FE, A7 and 94. RGB value is (254,167,148). Sum of RGB (Red+Green+Blue) = 254+167+148=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA794 is #01586B. Grayscale: #BFBFBF. Windows color (decimal): -88172 or 9742334. OLE color: 9742334.

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

Color convert

RGB 254 167 148 -
CMYK 0 0.34 0.42 0.00
HSL 10.75º 0.98% 0.79% -
HSV(B) 10.75º 0.42% 1% -
XYZ 60.04 50.85 34.67 -
YUV 190.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 254 167 148 0 0.34 0.42 0.00 10.75 0.98 0.79
Hex FE A7 94 0 22 2A 0 B 62 4F
Octal 376 247 224 0 42 52 0 13 142 117
Binary 11111110 10100111 10010100 0 100010 101010 0 1011 1100010 1001111

Color Harmonies of #FEA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA794

Black with #FEA794

Text Example


Text Example

White with #FEA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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