#FAA097

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

Shades of Rose Bud #FAA097

Tints of Rose Bud #FAA097

Color information

#FAA097 (or 0xFAA097) is unknown color: approx Rose Bud. HEX triplet: FA, A0 and 97. RGB value is (250,160,151). Sum of RGB (Red+Green+Blue) = 250+160+151=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA097 is #055F68. Grayscale: #BABABA. Windows color (decimal): -352105 or 9937146. OLE color: 9937146.

HSL color Cylindrical-coordinate representation of color #FAA097: hue angle of 5.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAA097 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250160151-
CMYK00.360.400.02
HSL5.45º90.83%78.63%-
HSV(B)5.45º39.6%98.04%-
XYZ57.5847.735.45-
YUV185.88108.32173.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 160 (62.89% from 255) = 28.52%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=44.56%
G=28.52%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016015100.360.400.025.4590.8378.63
HexFAA09702428255b4f
Octal3722402270445025133117
Binary11111010101000001001011101001001010001010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA097; }

 p { color: rgb(250,160,151); }

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

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

 a { background-color: rgb(250,160,151); }

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

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

 span { border-color: rgb(250,160,151); }

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