#FAA397

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

Shades of Rose Bud #FAA397

Tints of Rose Bud #FAA397

Color information

#FAA397 (or 0xFAA397) is unknown color: approx Rose Bud. HEX triplet: FA, A3 and 97. RGB value is (250,163,151). Sum of RGB (Red+Green+Blue) = 250+163+151=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA397 is #055C68. Grayscale: #BBBBBB. Windows color (decimal): -351337 or 9937914. OLE color: 9937914.

HSL color Cylindrical-coordinate representation of color #FAA397: hue angle of 7.27º 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 #FAA397 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250163151-
CMYK00.350.400.02
HSL7.27º90.83%78.63%-
HSV(B)7.27º39.6%98.04%-
XYZ58.1148.7535.63-
YUV187.64107.32172.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=44.33%
G=28.90%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016315100.350.400.027.2790.8378.63
HexFAA39702328275b4f
Octal3722432270435027133117
Binary11111010101000111001011101000111010001011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA397; }

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

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

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

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

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

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

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

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