#FEB1A1

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

Shades of Rose Bud #FEB1A1

Tints of Rose Bud #FEB1A1

Color information

#FEB1A1 (or 0xFEB1A1) is unknown color: approx Rose Bud. HEX triplet: FE, B1 and A1. RGB value is (254,177,161). Sum of RGB (Red+Green+Blue) = 254+177+161=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB1A1 is #014E5E. Grayscale: #C6C6C6. Windows color (decimal): -85599 or 10596862. OLE color: 10596862.

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

Color convert

RGB254177161-
CMYK00.300.370.00
HSL10.32º97.89%81.37%-
HSV(B)10.32º36.61%99.61%-
XYZ63.0355.0941.03-
YUV198.2107.01167.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 161 (63.28% from 255) = 27.20%
R=42.91%
G=29.90%
B=27.20%

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
Decimal25417716100.300.370.0010.3297.8981.37
HexFEB1A101E250a6251
Octal37626124103645012142121
Binary1111111010110001101000010111101001010101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1A1; }

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

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

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

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

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

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

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

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