#FEA98F

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

Shades of Rose Bud #FEA98F

Tints of Rose Bud #FEA98F

Color information

#FEA98F (or 0xFEA98F) is unknown color: approx Rose Bud. HEX triplet: FE, A9 and 8F. RGB value is (254,169,143). Sum of RGB (Red+Green+Blue) = 254+169+143=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA98F is #015670. Grayscale: #BFBFBF. Windows color (decimal): -87665 or 9415166. OLE color: 9415166.

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

Color convert

RGB254169143-
CMYK00.330.440.00
HSL14.05º98.23%77.84%-
HSV(B)14.05º43.7%99.61%-
XYZ60.0251.4332.75-
YUV191.45100.66172.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 143 (56.25% from 255) = 25.27%
R=44.88%
G=29.86%
B=25.27%

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
Decimal25416914300.330.440.0014.0598.2377.84
HexFEA98F0212C0e624e
Octal37625121704154016142116
Binary11111110101010011000111101000011011000111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA98F; }

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

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

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

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

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

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

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

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