#FEAB94

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

Shades of Rose Bud #FEAB94

Tints of Rose Bud #FEAB94

Color information

#FEAB94 (or 0xFEAB94) is unknown color: approx Rose Bud. HEX triplet: FE, AB and 94. RGB value is (254,171,148). Sum of RGB (Red+Green+Blue) = 254+171+148=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB94 is #01546B. Grayscale: #C1C1C1. Windows color (decimal): -87148 or 9743358. OLE color: 9743358.

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

Color convert

RGB254171148-
CMYK00.330.420.00
HSL13.02º98.15%78.82%-
HSV(B)13.02º41.73%99.61%-
XYZ60.7852.3334.92-
YUV193.2102.5171.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 148 (58.20% from 255) = 25.83%
R=44.33%
G=29.84%
B=25.83%

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
Decimal25417114800.330.420.0013.0298.1578.82
HexFEAB940212A0d624f
Octal37625322404152015142117
Binary11111110101010111001010001000011010100110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB94; }

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

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

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

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

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

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

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

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