#FEB092

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

Shades of Rose Bud #FEB092

Tints of Rose Bud #FEB092

Color information

#FEB092 (or 0xFEB092) is unknown color: approx Rose Bud. HEX triplet: FE, B0 and 92. RGB value is (254,176,146). Sum of RGB (Red+Green+Blue) = 254+176+146=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB092 is #014F6D. Grayscale: #C4C4C4. Windows color (decimal): -85870 or 9613566. OLE color: 9613566.

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

Color convert

RGB254176146-
CMYK00.310.430.00
HSL16.67º98.18%78.43%-
HSV(B)16.67º42.52%99.61%-
XYZ61.5954.234.41-
YUV195.999.84169.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 146 (57.42% from 255) = 25.35%
R=44.10%
G=30.56%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417614600.310.430.0016.6798.1878.43
HexFEB09201F2B011624e
Octal37626022203753021142116
Binary11111110101100001001001001111110101101000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB092; }

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

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

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

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

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

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

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

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