#FEAE93

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

Shades of Rose Bud #FEAE93

Tints of Rose Bud #FEAE93

Color information

#FEAE93 (or 0xFEAE93) is unknown color: approx Rose Bud. HEX triplet: FE, AE and 93. RGB value is (254,174,147). Sum of RGB (Red+Green+Blue) = 254+174+147=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE93 is #01516C. Grayscale: #C3C3C3. Windows color (decimal): -86381 or 9678590. OLE color: 9678590.

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

Color convert

RGB254174147-
CMYK00.310.420.00
HSL15.14º98.17%78.63%-
HSV(B)15.14º42.13%99.61%-
XYZ61.2853.4534.69-
YUV194.84101170.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=44.17%
G=30.26%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417414700.310.420.0015.1498.1778.63
HexFEAE9301F2A0f624f
Octal37625622303752017142117
Binary1111111010101110100100110111111010100111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE93; }

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

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

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

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

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

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

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

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