#FEB19A

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

Shades of Rose Bud #FEB19A

Tints of Rose Bud #FEB19A

Color information

#FEB19A (or 0xFEB19A) is unknown color: approx Rose Bud. HEX triplet: FE, B1 and 9A. RGB value is (254,177,154). Sum of RGB (Red+Green+Blue) = 254+177+154=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB19A is #014E65. Grayscale: #C5C5C5. Windows color (decimal): -85606 or 10138110. OLE color: 10138110.

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

Color convert

RGB254177154-
CMYK00.300.390.00
HSL13.8º98.04%80%-
HSV(B)13.8º39.37%99.61%-
XYZ62.4354.8537.87-
YUV197.4103.51168.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=43.42%
G=30.26%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417715400.300.390.0013.898.0480
HexFEB19A01E270e6250
Octal37626123203647016142120
Binary1111111010110001100110100111101001110111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB19A; }

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

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

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

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

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

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

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

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