#FEA98D

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

Shades of Rose Bud #FEA98D

Tints of Rose Bud #FEA98D

Color information

#FEA98D (or 0xFEA98D) is unknown color: approx Rose Bud. HEX triplet: FE, A9 and 8D. RGB value is (254,169,141). Sum of RGB (Red+Green+Blue) = 254+169+141=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA98D is #015672. Grayscale: #BFBFBF. Windows color (decimal): -87667 or 9284094. OLE color: 9284094.

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

Color convert

RGB254169141-
CMYK00.330.440.00
HSL14.87º98.26%77.45%-
HSV(B)14.87º44.49%99.61%-
XYZ59.8751.3731.96-
YUV191.2299.66172.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 141 (55.47% from 255) = 25%
R=45.04%
G=29.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416914100.330.440.0014.8798.2677.45
HexFEA98D0212C0f624d
Octal37625121504154017142115
Binary11111110101010011000110101000011011000111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA98D; }

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

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

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

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

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

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

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

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