#FEA88A

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

Shades of Rose Bud #FEA88A

Tints of Rose Bud #FEA88A

Color information

#FEA88A (or 0xFEA88A) is unknown color: approx Rose Bud. HEX triplet: FE, A8 and 8A. RGB value is (254,168,138). Sum of RGB (Red+Green+Blue) = 254+168+138=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA88A is #015775. Grayscale: #BEBEBE. Windows color (decimal): -87926 or 9087230. OLE color: 9087230.

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

Color convert

RGB254168138-
CMYK00.340.460.00
HSL15.52º98.31%76.86%-
HSV(B)15.52º45.67%99.61%-
XYZ59.4650.9130.74-
YUV190.2998.49173.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 24.64%
R=45.36%
G=30%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416813800.340.460.0015.5298.3176.86
HexFEA88A0222E010624d
Octal37625021204256020142115
Binary111111101010100010001010010001010111001000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA88A; }

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

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

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

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

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

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

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

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