#FEB19E

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

Shades of Rose Bud #FEB19E

Tints of Rose Bud #FEB19E

Color information

#FEB19E (or 0xFEB19E) is unknown color: approx Rose Bud. HEX triplet: FE, B1 and 9E. RGB value is (254,177,158). Sum of RGB (Red+Green+Blue) = 254+177+158=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB19E is #014E61. Grayscale: #C6C6C6. Windows color (decimal): -85602 or 10400254. OLE color: 10400254.

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

Color convert

RGB254177158-
CMYK00.300.380.00
HSL11.88º97.96%80.78%-
HSV(B)11.88º37.8%99.61%-
XYZ62.7754.9839.65-
YUV197.86105.51168.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 158 (62.11% from 255) = 26.83%
R=43.12%
G=30.05%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417715800.300.380.0011.8897.9680.78
HexFEB19E01E260c6251
Octal37626123603646014142121
Binary1111111010110001100111100111101001100110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB19E; }

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

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

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

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

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

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

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

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