#FEA98C

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

Shades of Rose Bud #FEA98C

Tints of Rose Bud #FEA98C

Color information

#FEA98C (or 0xFEA98C) is unknown color: approx Rose Bud. HEX triplet: FE, A9 and 8C. RGB value is (254,169,140). Sum of RGB (Red+Green+Blue) = 254+169+140=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA98C is #015673. Grayscale: #BFBFBF. Windows color (decimal): -87668 or 9218558. OLE color: 9218558.

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

Color convert

RGB254169140-
CMYK00.330.450.00
HSL15.26º98.28%77.25%-
HSV(B)15.26º44.88%99.61%-
XYZ59.7951.3431.57-
YUV191.1199.16172.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 140 (55.08% from 255) = 24.87%
R=45.12%
G=30.02%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416914000.330.450.0015.2698.2877.25
HexFEA98C0212D0f624d
Octal37625121404155017142115
Binary11111110101010011000110001000011011010111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA98C; }

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

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

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

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

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

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

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

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