Html Css Color HEX #FEA09D Rose Bud

📋 copy color: '#FEA09D'

red 254 ◦ green 160 ◦ blue 157

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

Shades of Rose Bud #FEA09D

Tints of Rose Bud #FEA09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.02%

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 44.48%
G = 28.02%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEA09D (or 0xFEA09D) is known color: Rose Bud. HEX triplet: FE, A0 and 9D. RGB value is (254,160,157). Sum of RGB (Red+Green+Blue) = 254+160+157=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA09D is #015F62. Grayscale: #BBBBBB. Windows color (decimal): -89955 or 10330366. OLE color: 10330366.

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

Color convert

RGB 254 160 157 -
CMYK 0 0.37 0.38 0.00
HSL 1.86º 0.98% 0.81% -
HSV(B) 1.86º 0.38% 1% -
XYZ 59.53 48.65 38.15 -
YUV 187.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 254 160 157 0 0.37 0.38 0.00 1.86 0.98 0.81
Hex FE A0 9D 0 25 26 0 2 62 51
Octal 376 240 235 0 45 46 0 2 142 121
Binary 11111110 10100000 10011101 0 100101 100110 0 10 1100010 1010001

Color Harmonies of #FEA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA09D

Black with #FEA09D

Text Example


Text Example

White with #FEA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA09D; }

 p { color: rgb(254,160,157); }

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

background-color css

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

 a { background-color: rgb(254,160,157); }

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

border-color css

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

 span { border-color: rgb(254,160,157); }

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