Html Css Color HEX #FEA094 Rose Bud

📋 copy color: '#FEA094'

red 254 ◦ green 160 ◦ blue 148

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

Shades of Rose Bud #FEA094

Tints of Rose Bud #FEA094

RGB

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

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

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

R = 45.2%
G = 28.47%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEA094 (or 0xFEA094) is known color: Rose Bud. HEX triplet: FE, A0 and 94. RGB value is (254,160,148). Sum of RGB (Red+Green+Blue) = 254+160+148=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA094 is #015F6B. Grayscale: #BABABA. Windows color (decimal): -89964 or 9740542. OLE color: 9740542.

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

Color convert

RGB 254 160 148 -
CMYK 0 0.37 0.42 0.00
HSL 6.79º 0.98% 0.79% -
HSV(B) 6.79º 0.42% 1% -
XYZ 58.79 48.35 34.25 -
YUV 186.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 254 160 148 0 0.37 0.42 0.00 6.79 0.98 0.79
Hex FE A0 94 0 25 2A 0 7 62 4F
Octal 376 240 224 0 45 52 0 7 142 117
Binary 11111110 10100000 10010100 0 100101 101010 0 111 1100010 1001111

Color Harmonies of #FEA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA094

Black with #FEA094

Text Example


Text Example

White with #FEA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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