#FEAE98

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

Shades of Rose Bud #FEAE98

Tints of Rose Bud #FEAE98

Color information

#FEAE98 (or 0xFEAE98) is unknown color: approx Rose Bud. HEX triplet: FE, AE and 98. RGB value is (254,174,152). Sum of RGB (Red+Green+Blue) = 254+174+152=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE98 is #015167. Grayscale: #C3C3C3. Windows color (decimal): -86376 or 10006270. OLE color: 10006270.

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

Color convert

RGB254174152-
CMYK00.310.400.00
HSL12.94º98.08%79.61%-
HSV(B)12.94º40.16%99.61%-
XYZ61.6853.6136.8-
YUV195.41103.5169.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=43.79%
G=30%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417415200.310.400.0012.9498.0879.61
HexFEAE9801F280d6250
Octal37625623003750015142120
Binary1111111010101110100110000111111010000110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE98; }

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

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

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

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

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

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

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

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