#FEA88B

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

Shades of Rose Bud #FEA88B

Tints of Rose Bud #FEA88B

Color information

#FEA88B (or 0xFEA88B) is unknown color: approx Rose Bud. HEX triplet: FE, A8 and 8B. RGB value is (254,168,139). Sum of RGB (Red+Green+Blue) = 254+168+139=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA88B is #015774. Grayscale: #BEBEBE. Windows color (decimal): -87925 or 9152766. OLE color: 9152766.

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

Color convert

RGB254168139-
CMYK00.340.450.00
HSL15.13º98.29%77.06%-
HSV(B)15.13º45.28%99.61%-
XYZ59.5450.9431.12-
YUV190.4198.99173.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 139 (54.69% from 255) = 24.78%
R=45.28%
G=29.95%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416813900.340.450.0015.1398.2977.06
HexFEA88B0222D0f624d
Octal37625021304255017142115
Binary11111110101010001000101101000101011010111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA88B; }

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

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

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

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

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

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

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

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