#FEB39F

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

Shades of Rose Bud #FEB39F

Tints of Rose Bud #FEB39F

Color information

#FEB39F (or 0xFEB39F) is unknown color: approx Rose Bud. HEX triplet: FE, B3 and 9F. RGB value is (254,179,159). Sum of RGB (Red+Green+Blue) = 254+179+159=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB39F is #014C60. Grayscale: #C7C7C7. Windows color (decimal): -85089 or 10466302. OLE color: 10466302.

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

Color convert

RGB254179159-
CMYK00.300.370.00
HSL12.63º97.94%80.98%-
HSV(B)12.63º37.4%99.61%-
XYZ63.2555.8140.24-
YUV199.14105.35167.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=42.91%
G=30.24%
B=26.86%

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
Decimal25417915900.300.370.0012.6397.9480.98
HexFEB39F01E250d6251
Octal37626323703645015142121
Binary1111111010110011100111110111101001010110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB39F; }

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

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

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

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

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

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

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

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