#FEAB91

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

Shades of Rose Bud #FEAB91

Tints of Rose Bud #FEAB91

Color information

#FEAB91 (or 0xFEAB91) is unknown color: approx Rose Bud. HEX triplet: FE, AB and 91. RGB value is (254,171,145). Sum of RGB (Red+Green+Blue) = 254+171+145=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 145 (57.03% from 255 or 25.44% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB91 is #01546E. Grayscale: #C1C1C1. Windows color (decimal): -87151 or 9546750. OLE color: 9546750.

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

Color convert

RGB254171145-
CMYK00.330.430.00
HSL14.31º98.2%78.24%-
HSV(B)14.31º42.91%99.61%-
XYZ60.5552.2433.68-
YUV192.85101171.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 145 (57.03% from 255) = 25.44%
R=44.56%
G=30%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417114500.330.430.0014.3198.278.24
HexFEAB910212B0e624e
Octal37625322104153016142116
Binary11111110101010111001000101000011010110111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB91; }

 p { color: rgb(254,171,145); }

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

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

 a { background-color: rgb(254,171,145); }

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

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

 span { border-color: rgb(254,171,145); }

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