#FEA994

Color #FEA994 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEA994

Tints of Rose Bud #FEA994

Color information

#FEA994 (or 0xFEA994) is unknown color: approx 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

RGB254169148-
CMYK00.330.420.00
HSL11.89º98.15%78.82%-
HSV(B)11.89º41.73%99.61%-
XYZ60.4151.5834.79-
YUV192.02103.16172.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=44.48%
G=29.60%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416914800.330.420.0011.8998.1578.82
HexFEA9940212A0c624f
Octal37625122404152014142117
Binary11111110101010011001010001000011010100110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>