#FEA693

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

Shades of Rose Bud #FEA693

Tints of Rose Bud #FEA693

Color information

#FEA693 (or 0xFEA693) is unknown color: approx Rose Bud. HEX triplet: FE, A6 and 93. RGB value is (254,166,147). Sum of RGB (Red+Green+Blue) = 254+166+147=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA693 is #01596C. Grayscale: #BEBEBE. Windows color (decimal): -88429 or 9676542. OLE color: 9676542.

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

Color convert

RGB254166147-
CMYK00.350.420.00
HSL10.65º98.17%78.63%-
HSV(B)10.65º42.13%99.61%-
XYZ59.7850.4534.19-
YUV190.15103.65173.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 147 (57.81% from 255) = 25.93%
R=44.80%
G=29.28%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416614700.350.420.0010.6598.1778.63
HexFEA6930232A0b624f
Octal37624622304352013142117
Binary11111110101001101001001101000111010100101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA693; }

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

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

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

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

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

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

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

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