#FEAC95

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

Shades of Rose Bud #FEAC95

Tints of Rose Bud #FEAC95

Color information

#FEAC95 (or 0xFEAC95) is unknown color: approx Rose Bud. HEX triplet: FE, AC and 95. RGB value is (254,172,149). Sum of RGB (Red+Green+Blue) = 254+172+149=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC95 is #01536A. Grayscale: #C2C2C2. Windows color (decimal): -86891 or 9809150. OLE color: 9809150.

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

Color convert

RGB254172149-
CMYK00.320.410.00
HSL13.14º98.13%79.02%-
HSV(B)13.14º41.34%99.61%-
XYZ61.0552.7535.4-
YUV193.9102.67170.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=44.17%
G=29.91%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417214900.320.410.0013.1498.1379.02
HexFEAC95020290d624f
Octal37625422504051015142117
Binary11111110101011001001010101000001010010110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC95; }

 p { color: rgb(254,172,149); }

 H1.HeaderClassName
 {
   color: #FEAC95;
 }
 .AnyTagClassName
 {
   color: #FEAC95;
 }
</style>
background-color css

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

 a { background-color: rgb(254,172,149); }

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

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

 span { border-color: rgb(254,172,149); }

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