#FEAC94

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

Shades of Rose Bud #FEAC94

Tints of Rose Bud #FEAC94

Color information

#FEAC94 (or 0xFEAC94) is unknown color: approx Rose Bud. HEX triplet: FE, AC and 94. RGB value is (254,172,148). Sum of RGB (Red+Green+Blue) = 254+172+148=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC94 is #01536B. Grayscale: #C1C1C1. Windows color (decimal): -86892 or 9743614. OLE color: 9743614.

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

Color convert

RGB254172148-
CMYK00.320.420.00
HSL13.58º98.15%78.82%-
HSV(B)13.58º41.73%99.61%-
XYZ60.9752.7134.98-
YUV193.78102.17170.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=44.25%
G=29.97%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417214800.320.420.0013.5898.1578.82
HexFEAC940202A0e624f
Octal37625422404052016142117
Binary11111110101011001001010001000001010100111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC94; }

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

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

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

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

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

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

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

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