#FEAC93

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

Shades of Rose Bud #FEAC93

Tints of Rose Bud #FEAC93

Color information

#FEAC93 (or 0xFEAC93) is unknown color: approx Rose Bud. HEX triplet: FE, AC and 93. RGB value is (254,172,147). Sum of RGB (Red+Green+Blue) = 254+172+147=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC93 is #01536C. Grayscale: #C1C1C1. Windows color (decimal): -86893 or 9678078. OLE color: 9678078.

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

Color convert

RGB254172147-
CMYK00.320.420.00
HSL14.02º98.17%78.63%-
HSV(B)14.02º42.13%99.61%-
XYZ60.8952.6834.56-
YUV193.67101.67171.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=44.33%
G=30.02%
B=25.65%

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
Decimal25417214700.320.420.0014.0298.1778.63
HexFEAC930202A0e624f
Octal37625422304052016142117
Binary11111110101011001001001101000001010100111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC93; }

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

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

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

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

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

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

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

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