#FEB097

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

Shades of Rose Bud #FEB097

Tints of Rose Bud #FEB097

Color information

#FEB097 (or 0xFEB097) is unknown color: approx Rose Bud. HEX triplet: FE, B0 and 97. RGB value is (254,176,151). Sum of RGB (Red+Green+Blue) = 254+176+151=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB097 is #014F68. Grayscale: #C4C4C4. Windows color (decimal): -85865 or 9941246. OLE color: 9941246.

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

Color convert

RGB254176151-
CMYK00.310.410.00
HSL14.56º98.1%79.41%-
HSV(B)14.56º40.55%99.61%-
XYZ61.9854.3636.5-
YUV196.47102.34169.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.72%
GREEN value IS 176 (69.14% from 255) = 30.29%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=43.72%
G=30.29%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417615100.310.410.0014.5698.179.41
HexFEB09701F290f624f
Octal37626022703751017142117
Binary1111111010110000100101110111111010010111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB097; }

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

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

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

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

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

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

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

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