#FEB19F

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

Shades of Rose Bud #FEB19F

Tints of Rose Bud #FEB19F

Color information

#FEB19F (or 0xFEB19F) is unknown color: approx Rose Bud. HEX triplet: FE, B1 and 9F. RGB value is (254,177,159). Sum of RGB (Red+Green+Blue) = 254+177+159=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB19F is #014E60. Grayscale: #C6C6C6. Windows color (decimal): -85601 or 10465790. OLE color: 10465790.

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

Color convert

RGB254177159-
CMYK00.300.370.00
HSL11.37º97.94%80.98%-
HSV(B)11.37º37.4%99.61%-
XYZ62.8555.0240.11-
YUV197.97106.01167.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 159 (62.5% from 255) = 26.95%
R=43.05%
G=30%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417715900.300.370.0011.3797.9480.98
HexFEB19F01E250b6251
Octal37626123703645013142121
Binary1111111010110001100111110111101001010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB19F; }

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

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

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

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

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

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

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

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