#FEB296

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

Shades of Rose Bud #FEB296

Tints of Rose Bud #FEB296

Color information

#FEB296 (or 0xFEB296) is unknown color: approx Rose Bud. HEX triplet: FE, B2 and 96. RGB value is (254,178,150). Sum of RGB (Red+Green+Blue) = 254+178+150=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB296 is #014D69. Grayscale: #C5C5C5. Windows color (decimal): -85354 or 9876222. OLE color: 9876222.

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

Color convert

RGB254178150-
CMYK00.300.410.00
HSL16.15º98.11%79.22%-
HSV(B)16.15º40.94%99.61%-
XYZ62.355.1136.21-
YUV197.53101.18168.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 178 (69.92% from 255) = 30.58%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=43.64%
G=30.58%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417815000.300.410.0016.1598.1179.22
HexFEB29601E29010624f
Octal37626222603651020142117
Binary11111110101100101001011001111010100101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB296; }

 p { color: rgb(254,178,150); }

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

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

 a { background-color: rgb(254,178,150); }

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

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

 span { border-color: rgb(254,178,150); }

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