#FEA68C

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

Shades of Rose Bud #FEA68C

Tints of Rose Bud #FEA68C

Color information

#FEA68C (or 0xFEA68C) is unknown color: approx Rose Bud. HEX triplet: FE, A6 and 8C. RGB value is (254,166,140). Sum of RGB (Red+Green+Blue) = 254+166+140=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA68C is #015973. Grayscale: #BDBDBD. Windows color (decimal): -88436 or 9217790. OLE color: 9217790.

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

Color convert

RGB254166140-
CMYK00.350.450.00
HSL13.68º98.28%77.25%-
HSV(B)13.68º44.88%99.61%-
XYZ59.2450.2431.39-
YUV189.35100.15174.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 140 (55.08% from 255) = 25%
R=45.36%
G=29.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416614000.350.450.0013.6898.2877.25
HexFEA68C0232D0e624d
Octal37624621404355016142115
Binary11111110101001101000110001000111011010111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA68C; }

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

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

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

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

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

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

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

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