#FEAE8C

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

Shades of Rose Bud #FEAE8C

Tints of Rose Bud #FEAE8C

Color information

#FEAE8C (or 0xFEAE8C) is unknown color: approx Rose Bud. HEX triplet: FE, AE and 8C. RGB value is (254,174,140). Sum of RGB (Red+Green+Blue) = 254+174+140=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE8C is #015173. Grayscale: #C2C2C2. Windows color (decimal): -86388 or 9219838. OLE color: 9219838.

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

Color convert

RGB254174140-
CMYK00.310.450.00
HSL17.89º98.28%77.25%-
HSV(B)17.89º44.88%99.61%-
XYZ60.7453.2431.89-
YUV194.0497.5170.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 140 (55.08% from 255) = 24.65%
R=44.72%
G=30.63%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417414000.310.450.0017.8998.2877.25
HexFEAE8C01F2D012624d
Octal37625621403755022142115
Binary11111110101011101000110001111110110101001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE8C; }

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

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

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

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

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

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

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

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