#FEAB93

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

Shades of Rose Bud #FEAB93

Tints of Rose Bud #FEAB93

Color information

#FEAB93 (or 0xFEAB93) is unknown color: approx Rose Bud. HEX triplet: FE, AB and 93. RGB value is (254,171,147). Sum of RGB (Red+Green+Blue) = 254+171+147=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB93 is #01546C. Grayscale: #C1C1C1. Windows color (decimal): -87149 or 9677822. OLE color: 9677822.

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

Color convert

RGB254171147-
CMYK00.330.420.00
HSL13.46º98.17%78.63%-
HSV(B)13.46º42.13%99.61%-
XYZ60.752.334.5-
YUV193.08102171.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 147 (57.81% from 255) = 25.70%
R=44.41%
G=29.90%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417114700.330.420.0013.4698.1778.63
HexFEAB930212A0d624f
Octal37625322304152015142117
Binary11111110101010111001001101000011010100110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB93; }

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

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

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

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

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

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

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

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