#FEABA0

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

Shades of Rose Bud #FEABA0

Tints of Rose Bud #FEABA0

Color information

#FEABA0 (or 0xFEABA0) is unknown color: approx Rose Bud. HEX triplet: FE, AB and A0. RGB value is (254,171,160). Sum of RGB (Red+Green+Blue) = 254+171+160=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABA0 is #01545F. Grayscale: #C2C2C2. Windows color (decimal): -87136 or 10529790. OLE color: 10529790.

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

Color convert

RGB254171160-
CMYK00.330.370.00
HSL7.02º97.92%81.18%-
HSV(B)7.02º37.01%99.61%-
XYZ61.7852.7340.18-
YUV194.56108.5170.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=43.42%
G=29.23%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417116000.330.370.007.0297.9281.18
HexFEABA002125076251
Octal3762532400414507142121
Binary1111111010101011101000000100001100101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABA0; }

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

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

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

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

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

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

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

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