#FEA798

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

Shades of Rose Bud #FEA798

Tints of Rose Bud #FEA798

Color information

#FEA798 (or 0xFEA798) is unknown color: approx Rose Bud. HEX triplet: FE, A7 and 98. RGB value is (254,167,152). Sum of RGB (Red+Green+Blue) = 254+167+152=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA798 is #015867. Grayscale: #BFBFBF. Windows color (decimal): -88168 or 10004478. OLE color: 10004478.

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

Color convert

RGB254167152-
CMYK00.340.400.00
HSL8.82º98.08%79.61%-
HSV(B)8.82º40.16%99.61%-
XYZ60.3650.9836.36-
YUV191.3105.82172.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=44.33%
G=29.14%
B=26.53%

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
Decimal25416715200.340.400.008.8298.0879.61
HexFEA79802228096250
Octal37624723004250011142120
Binary11111110101001111001100001000101010000100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA798; }

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

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

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

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

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

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

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

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