Html Css Color HEX #FEA79E Rose Bud

📋 copy color: '#FEA79E'

red 254 ◦ green 167 ◦ blue 158

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

Shades of Rose Bud #FEA79E

Tints of Rose Bud #FEA79E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.29%

R = 43.87%
G = 28.84%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEA79E (or 0xFEA79E) is known color: Rose Bud. HEX triplet: FE, A7 and 9E. RGB value is (254,167,158). Sum of RGB (Red+Green+Blue) = 254+167+158=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA79E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA79E is #015861. Grayscale: #C0C0C0. Windows color (decimal): -88162 or 10397694. OLE color: 10397694.

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

Color convert

RGB 254 167 158 -
CMYK 0 0.34 0.38 0.00
HSL 5.63º 0.98% 0.81% -
HSV(B) 5.63º 0.38% 1% -
XYZ 60.86 51.18 39.02 -
YUV 191.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 254 167 158 0 0.34 0.38 0.00 5.63 0.98 0.81
Hex FE A7 9E 0 22 26 0 6 62 51
Octal 376 247 236 0 42 46 0 6 142 121
Binary 11111110 10100111 10011110 0 100010 100110 0 110 1100010 1010001

Color Harmonies of #FEA79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA79E

Black with #FEA79E

Text Example


Text Example

White with #FEA79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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