#FEB095

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

Shades of Rose Bud #FEB095

Tints of Rose Bud #FEB095

Color information

#FEB095 (or 0xFEB095) is unknown color: approx Rose Bud. HEX triplet: FE, B0 and 95. RGB value is (254,176,149). Sum of RGB (Red+Green+Blue) = 254+176+149=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB095 is #014F6A. Grayscale: #C4C4C4. Windows color (decimal): -85867 or 9810174. OLE color: 9810174.

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

Color convert

RGB254176149-
CMYK00.310.410.00
HSL15.43º98.13%79.02%-
HSV(B)15.43º41.34%99.61%-
XYZ61.8254.2935.65-
YUV196.24101.34169.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=43.87%
G=30.40%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417614900.310.410.0015.4398.1379.02
HexFEB09501F290f624f
Octal37626022503751017142117
Binary1111111010110000100101010111111010010111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB095; }

 p { color: rgb(254,176,149); }

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

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

 a { background-color: rgb(254,176,149); }

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

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

 span { border-color: rgb(254,176,149); }

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