#FEB194

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

Shades of Rose Bud #FEB194

Tints of Rose Bud #FEB194

Color information

#FEB194 (or 0xFEB194) is unknown color: approx Rose Bud. HEX triplet: FE, B1 and 94. RGB value is (254,177,148). Sum of RGB (Red+Green+Blue) = 254+177+148=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB194 is #014E6B. Grayscale: #C4C4C4. Windows color (decimal): -85612 or 9744894. OLE color: 9744894.

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

Color convert

RGB254177148-
CMYK00.300.420.00
HSL16.42º98.15%78.82%-
HSV(B)16.42º41.73%99.61%-
XYZ61.9454.6535.3-
YUV196.72100.51168.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 177 (69.53% from 255) = 30.57%
BLUE value IS 148 (58.20% from 255) = 25.56%
R=43.87%
G=30.57%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417714800.300.420.0016.4298.1578.82
HexFEB19401E2A010624f
Octal37626122403652020142117
Binary11111110101100011001010001111010101001000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB194; }

 p { color: rgb(254,177,148); }

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

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

 a { background-color: rgb(254,177,148); }

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

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

 span { border-color: rgb(254,177,148); }

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