#FEABA2

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

Shades of Rose Bud #FEABA2

Tints of Rose Bud #FEABA2

Color information

#FEABA2 (or 0xFEABA2) is unknown color: approx Rose Bud. HEX triplet: FE, AB and A2. RGB value is (254,171,162). Sum of RGB (Red+Green+Blue) = 254+171+162=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABA2 is #01545D. Grayscale: #C2C2C2. Windows color (decimal): -87134 or 10660862. OLE color: 10660862.

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

Color convert

RGB254171162-
CMYK00.330.360.00
HSL5.87º97.87%81.57%-
HSV(B)5.87º36.22%99.61%-
XYZ61.9652.8141.11-
YUV194.79109.5170.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 162 (63.67% from 255) = 27.60%
R=43.27%
G=29.13%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417116200.330.360.005.8797.8781.57
HexFEABA202124066252
Octal3762532420414406142122
Binary1111111010101011101000100100001100100011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABA2; }

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

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

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

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

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

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

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

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