#FEB195

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

Shades of Rose Bud #FEB195

Tints of Rose Bud #FEB195

Color information

#FEB195 (or 0xFEB195) is unknown color: approx Rose Bud. HEX triplet: FE, B1 and 95. RGB value is (254,177,149). Sum of RGB (Red+Green+Blue) = 254+177+149=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB195 is #014E6A. Grayscale: #C5C5C5. Windows color (decimal): -85611 or 9810430. OLE color: 9810430.

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

Color convert

RGB254177149-
CMYK00.300.410.00
HSL16º98.13%79.02%-
HSV(B)16º41.34%99.61%-
XYZ62.0254.6935.72-
YUV196.83101.01168.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 149 (58.59% from 255) = 25.69%
R=43.79%
G=30.52%
B=25.69%

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
Decimal25417714900.300.410.001698.1379.02
HexFEB19501E29010624f
Octal37626122503651020142117
Binary11111110101100011001010101111010100101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB195; }

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

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

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

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

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

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

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

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