#FEA898

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

Shades of Rose Bud #FEA898

Tints of Rose Bud #FEA898

Color information

#FEA898 (or 0xFEA898) is unknown color: approx Rose Bud. HEX triplet: FE, A8 and 98. RGB value is (254,168,152). Sum of RGB (Red+Green+Blue) = 254+168+152=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA898 is #015767. Grayscale: #C0C0C0. Windows color (decimal): -87912 or 10004734. OLE color: 10004734.

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

Color convert

RGB254168152-
CMYK00.340.400.00
HSL9.41º98.08%79.61%-
HSV(B)9.41º40.16%99.61%-
XYZ60.5451.3436.43-
YUV191.89105.49172.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 168 (66.02% from 255) = 29.27%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=44.25%
G=29.27%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416815200.340.400.009.4198.0879.61
HexFEA89802228096250
Octal37625023004250011142120
Binary11111110101010001001100001000101010000100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA898; }

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

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

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

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

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

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

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

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