#FEB297

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

Shades of Rose Bud #FEB297

Tints of Rose Bud #FEB297

Color information

#FEB297 (or 0xFEB297) is unknown color: approx Rose Bud. HEX triplet: FE, B2 and 97. RGB value is (254,178,151). Sum of RGB (Red+Green+Blue) = 254+178+151=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB297 is #014D68. Grayscale: #C5C5C5. Windows color (decimal): -85353 or 9941758. OLE color: 9941758.

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

Color convert

RGB254178151-
CMYK00.300.410.00
HSL15.73º98.1%79.41%-
HSV(B)15.73º40.55%99.61%-
XYZ62.3855.1536.63-
YUV197.65101.68168.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=43.57%
G=30.53%
B=25.90%

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
Decimal25417815100.300.410.0015.7398.179.41
HexFEB29701E29010624f
Octal37626222703651020142117
Binary11111110101100101001011101111010100101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB297; }

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

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

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

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

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

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

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

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