#FEAE9D

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

Shades of Rose Bud #FEAE9D

Tints of Rose Bud #FEAE9D

Color information

#FEAE9D (or 0xFEAE9D) is unknown color: approx Rose Bud. HEX triplet: FE, AE and 9D. RGB value is (254,174,157). Sum of RGB (Red+Green+Blue) = 254+174+157=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE9D is #015162. Grayscale: #C4C4C4. Windows color (decimal): -86371 or 10333950. OLE color: 10333950.

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

Color convert

RGB254174157-
CMYK00.310.380.00
HSL10.52º97.98%80.59%-
HSV(B)10.52º38.19%99.61%-
XYZ62.0953.7839.01-
YUV195.98106169.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=43.42%
G=29.74%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417415700.310.380.0010.5297.9880.59
HexFEAE9D01F260b6251
Octal37625623503746013142121
Binary1111111010101110100111010111111001100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE9D; }

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

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

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

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

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

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

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

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