#FEA893

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

Shades of Rose Bud #FEA893

Tints of Rose Bud #FEA893

Color information

#FEA893 (or 0xFEA893) is unknown color: approx Rose Bud. HEX triplet: FE, A8 and 93. RGB value is (254,168,147). Sum of RGB (Red+Green+Blue) = 254+168+147=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA893 is #01576C. Grayscale: #BFBFBF. Windows color (decimal): -87917 or 9677054. OLE color: 9677054.

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

Color convert

RGB254168147-
CMYK00.340.420.00
HSL11.78º98.17%78.63%-
HSV(B)11.78º42.13%99.61%-
XYZ60.1451.1834.31-
YUV191.32102.99172.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 147 (57.81% from 255) = 25.83%
R=44.64%
G=29.53%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416814700.340.420.0011.7898.1778.63
HexFEA8930222A0c624f
Octal37625022304252014142117
Binary11111110101010001001001101000101010100110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA893; }

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

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

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

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

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

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

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

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