Html Css Color HEX #FEA994 Rose Bud

📋 copy color: '#FEA994'

red 254 ◦ green 169 ◦ blue 148

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

Shades of Rose Bud #FEA994

Tints of Rose Bud #FEA994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.6%

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

R = 44.48%
G = 29.6%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEA994 (or 0xFEA994) is known color: Rose Bud. HEX triplet: FE, A9 and 94. RGB value is (254,169,148). Sum of RGB (Red+Green+Blue) = 254+169+148=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA994 is #01566B. Grayscale: #C0C0C0. Windows color (decimal): -87660 or 9742846. OLE color: 9742846.

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

Color convert

RGB 254 169 148 -
CMYK 0 0.33 0.42 0.00
HSL 11.89º 0.98% 0.79% -
HSV(B) 11.89º 0.42% 1% -
XYZ 60.41 51.58 34.79 -
YUV 192.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 254 169 148 0 0.33 0.42 0.00 11.89 0.98 0.79
Hex FE A9 94 0 21 2A 0 C 62 4F
Octal 376 251 224 0 41 52 0 14 142 117
Binary 11111110 10101001 10010100 0 100001 101010 0 1100 1100010 1001111

Color Harmonies of #FEA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA994

Black with #FEA994

Text Example


Text Example

White with #FEA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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